curl --request GET \
--url https://api.questra.ai/surveys/{survey_id_or_slug}/export/{format} \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{
"contents": "<string>",
"content_type": "<string>",
"schema": "<string>"
}curl --request GET \
--url https://api.questra.ai/surveys/{survey_id_or_slug}/export/{format} \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{
"contents": "<string>",
"content_type": "<string>",
"schema": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique ID or slug of the survey to export
The format to export the survey into