Document Download
Endpoint
POST /files/downloadParameters
Parameter
Type
Required
Description
Example Request
curl -X POST "https://api.orbitfin.ai/v1/files/download" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"report_id": ["rpt_9xk3m7nq"],
"format": "extract",
"options": {
"format": "json",
"include_tables": true
}
}'Response
Last updated