Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.usepylon.com/knowledge-bases \ --header 'Authorization: Bearer <token>'
{ "data": [ { "default_language": "<string>", "id": "<string>", "slug": "<string>", "supported_languages": [ "<string>" ], "title": "<string>" } ], "pagination": { "cursor": "<string>", "has_next_page": true }, "request_id": "<string>" }
Get all knowledge bases
Authorization: Bearer
The data payload of the response.
Show child attributes
The request ID for tracking.