curl --request GET \
--url https://sitegpt.ai/api/v2/openapi.json{
"ok": true,
"data": {
"discovery": {
"id": "discovery-id",
"name": "Example discovery",
"createdAt": "2026-05-13T00:00:00.000Z"
}
},
"meta": {
"requestId": "request-id"
}
}Get the SiteGPT agent API OpenAPI document.
No authentication is required.
curl --request GET \
--url https://sitegpt.ai/api/v2/openapi.json{
"ok": true,
"data": {
"discovery": {
"id": "discovery-id",
"name": "Example discovery",
"createdAt": "2026-05-13T00:00:00.000Z"
}
},
"meta": {
"requestId": "request-id"
}
}Documentation Index
Fetch the complete documentation index at: https://sitegpt.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?