For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dashboard
User GuideDeveloper GuidesAPI Reference
User GuideDeveloper GuidesAPI Reference
    • Overview
  • Runtype API
      • POSTSearch documentation
      • GETGet platform documentation
      • POSTGet build instructions
Dashboard
LogoLogo
Runtype APIDocumentation

Get platform documentation

GET
/v1/documentation
GET
/v1/documentation
$curl https://api.runtype.com/v1/documentation \
> -H "Authorization: <apiKey>" \
> -H "Content-Type: application/json"
1{
2 "content": "Welcome to the Runtype API documentation. Here you will find detailed information on endpoints, schemas, and usage examples to help you integrate with our AI product development platform.",
3 "mimeType": "text/markdown"
4}
Retrieve platform documentation, schemas, and reference material by topic, template ID, or vendor slug.
Was this page helpful?
Previous

Get build instructions

Next
Built with

Authentication

AuthorizationBearer
API key or Clerk session token

Query parameters

topicstringOptional
templateIdstringOptional
vendorstringOptional

Response

Platform documentation content
contentstring
mimeTypestring

Errors

400
Bad Request Error
401
Unauthorized Error