cURL
curl --request POST \ --url https://api.pal.ai/v1/search \ --header 'Content-Type: application/json' \ --data ' { "applicationId": "<string>", "query": "<string>" } '
{ "results": { "documents": [ { "id": "<string>", "title": "<string>", "contentPreview": "<string>", "url": "<string>" } ], "sections": [ { "id": "<string>", "applicationId": "<string>", "heading": "<string>", "text": "<string>", "documentId": "<string>", "indexOrder": "<string>", "indexId": "<string>", "indexName": "<string>", "indexInfo": "<string>", "deletedAt": "<string>", "updatedAt": "<string>", "createdAt": "<string>" } ] } }
Documentation IndexFetch the complete documentation index at: https://docs.pal.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.pal.ai/llms.txt
Use this file to discover all available pages before exploring further.
OK
Show child attributes