Skip to main content
GET
/
shell-docs
/
load
Shell Docs Load
curl --request GET \
  --url https://apigcp.trynia.ai/v2/shell-docs/load \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.trynia.ai/llms.txt

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

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Query Parameters

url
string
required

Documentation URL

paths_only
boolean
default:false

Return paths without content (for lazy loading)

Response

Successful Response