Skip to main content
GET
/
extractions
/
results
/
{resultId}
/
export
/
excel
Export to Excel
curl --request GET \
  --url https://api.raydocs.com/extractions/results/{resultId}/export/excel \
  --header 'Authorization: Bearer <token>'
"<string>"

Authentication & Scope

Requires the sessions-read ability.

Request

GET /extractions/results/990e8400-e29b-41d4-a716-446655440000/export/excel HTTP/1.1
Host: api.raydocs.com
Authorization: Bearer <token>

Path Parameters

ParameterTypeRequiredDescription
resultIduuidYesThe result ID

Response

200 OK – Excel file download.
Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Content-Disposition: attachment; filename="extraction_result.xlsx"

Excel Structure

The exported Excel file contains multiple sheets:
SheetContents
DataClean extracted values in tabular format
AuditReasoning and source references for each field
MetadataExtraction timestamp, template info, document details
The audit sheet is useful for compliance reviews and data validation workflows.
404 Not Found – Result does not exist or you don’t have access.

Authorizations

Authorization
string
header
required

Personal Access Token

Path Parameters

resultId
string<uuid>
required

Response

Excel file

The response is of type file.