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 POST \ --url https://api.example.com/documents \ --header 'Content-Type: application/json' \ --data ' { "text": "<string>", "title": "<string>", "url": "<string>" } '
{ "id": "<string>" }
Ingest a new document into the corpus.
{ "title": "Welcome", "text": "Hello world. This is a test document." }
{ "id": "doc-456", "status": "pending" }