Skip to main content
GET
/
api
/
v2
/
openapi.json
Get OpenAPI spec
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.

Response

Successful SiteGPT API v2 response.

ok
boolean
required
data
object
required
meta
object
required