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>"Models
Get the llms.txt markdown for a public model
Returns the model’s documentation as text/markdown so LLM crawlers and AI tools can ingest it directly. Anonymous access — only published public models resolve. Private models return 404 (existence is not leaked).
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>"⌘I