Skip to main content
GET
/
v1
/
models
/
{owner}
/
{slug}
/
llms.txt
Get the llms.txt markdown for a public model
curl --request GET \
  --url https://api.runflow.io/v1/models/{owner}/{slug}/llms.txt \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

owner
string
required
slug
string
required

Response

Markdown documentation for the model.

The response is of type string.