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

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Query Parameters

url
string
required

Documentation URL

Response

Successful Response