Documentation Index
Fetch the complete documentation index at: https://docs.libraria.ai/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
The ID of the library to add the document to
Body
You may choose one of:
- A URL to scrape
- A raw text document
If you add both a url and a raw text document, an error will be returned.
Scrape URL
Raw text
The text body of the document you want to add
The text body of the document you want to add
The source of the document. Used for the ‘Learn More’ snippet
The url of the image snippet you want to add in responses
Response
One of queued, success, failed
{
"status": "queued",
"message": "Your document is being processed"
}