Skip to main content
GET
https://api.sitespeak.ai
/
v1
/
{chatbot_id}
/
sources
curl -X GET https://api.sitespeak.ai/v1/{chatbot_id}/sources \
  -H "Accept: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Path Parameters

NameTypeDescription
chatbot_id*StringThe ID of your chatbot. You can find the ID on the settings page for your chatbot.

Headers

NameTypeDescription
Accept*Stringapplication/json
Authorization*StringBearer
curl -X GET https://api.sitespeak.ai/v1/{chatbot_id}/sources \
  -H "Accept: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Response

[
  {
    "id": "02da82a3-8aad-49d3-b89c-89fb987842ed",
    "chatbot_id": "4affd4da-5f84-42b3-a6b2-b83834a616bb",
    "type": "website",
    "indexer": "sitespeakai",
    "indexer_id": null,
    "url": "https://sitespeak.ai/blog/gpt-3-5-turbo-fine-tuning-custom-model-training",
    "path": null,
    "title": "SiteSpeakAI - Custom model training and fine-tuning for GPT-3.5 Turbo",
    "status": "trained",
    "sync_frequency": "no",
    "trained_at": "2023-10-18T10:00:15.000000Z",
    "created_at": "2023-10-12T11:04:32.000000Z",
    "updated_at": "2023-10-18T10:00:15.000000Z",
    "deleted_at": null
  }
]
Last modified on January 22, 2026