Libraria API
Get Document
Get a document from a library
GET
/
library
/
{library_id}
/
document
/
{document_id}
Parameters
library_id
string
requiredThe ID of the library to retrieve the document from
document_id
string
requiredThe ID of the document to retrieve
Response
id
string
The ID of the document that was retrieved
url
string
The URL of the document
sourceUrl
string
The URL of the document’s source
scrapeStatus
string
one of queued, running, success, or failed