cURL
curl --request GET \ --url https://api.raydocs.com/extractions/documents/{documentId}/url \ --header 'Authorization: Bearer <token>'
{ "url": "<string>", "expires_at": "2023-11-07T05:31:56Z" }
Get a signed URL to download the original document.
sessions-read
GET /extractions/documents/880e8400-e29b-41d4-a716-446655440000/url HTTP/1.1 Host: api.raydocs.com Authorization: Bearer <token>
documentId
200 OK
{ "url": "https://s3.amazonaws.com/raydocs-documents/...?X-Amz-Signature=..." }
404 Not Found
Personal Access Token
Successful