cURL
curl --request GET \ --url https://api.libraria.ai/library/{library_id}/document/{document_id} \ --header 'Authorization: Bearer <token>'
{ "id": "doc_1", "url": "https://example.com/document/doc_1", "sourceUrl": "https://example.com/document/doc_1", }
Get a document from a library