POST
/v1/exportsexports:createCreate an asynchronous CSV export
Operation ID: createExport
Example request
curl --request POST \
--url 'https://api.data.hyran.co/v1/exports' \
--header "Authorization: Bearer $HYRAN_DATA_API_TOKEN" \
--header "Accept: application/json" \
--header "Content-Type: application/json" \
--data '{
"resource": "bom_yield_changes",
"format": "csv",
"filters": {
"from": "2026-07-31",
"to": "2026-08-31",
"changeType": "changed"
}
}'Responses
HTTP 202
Export accepted
HTTP 400
Problem response
HTTP 401
Problem response
HTTP 403
Problem response
HTTP 404
Problem response
HTTP 409
Problem response
HTTP 429
Problem response
HTTP 500
Problem response
HTTP 503
Problem response
Try this operation
The credential is held only in React memory for this browser tab. Hyran Docs does not persist, proxy, inspect, or log it.