Skip to main content
GET
/
shell-docs
/
{namespace}
/
read
Shell Docs Read
curl --request GET \
  --url https://apigcp.trynia.ai/v2/shell-docs/{namespace}/read \
  --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

Path Parameters

namespace
string
required

Query Parameters

path
string
required

File path to read

line_start
integer | null
Required range: x >= 1
line_end
integer | null
Required range: x >= 1

Response

Successful Response