cURL
curl --request GET \ --url https://api.artosai.com/documents/{filename} \ --header 'Authorization: Bearer <token>'
{ "document_id": "<string>", "filename": "<string>", "upload_date": "2023-11-07T05:31:56Z", "file_size": 123, "s3_url": "<string>", "file_type": "<string>", "document_type": "<string>", "description": "<string>", "file_synopsis": "<string>", "processing_status": "<string>", "extraction_metadata": { "total_pages": 123, "total_words": 123, "total_images": 123, "total_tables": 123, "extraction_format": "<string>", "last_processed": "2023-11-07T05:31:56Z" } }
Retrieves metadata for a specific document by its filename.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Detailed document metadata
A processed document and its metadata.
Size in bytes
Show child attributes