cURL
curl --request GET \ --url https://api.extract.page/v1/files/{file_id} \ --header 'X-API-KEY: <api-key>'
{ "id": "<string>", "customer_id": "<string>", "status": "<string>", "size_bytes": 123, "created_at": "<string>", "expires_at": "<string>", "object": "file", "filename": "<string>", "content_type": "<string>", "sha256": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.extract.page/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.extract.page/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response