Download Output

Download Output

GET https://api.hyperdata.so/download_output

Retrieves the output of a transformation.

Request Body

NameTypeDescription

process_uuid

string

The UUID returned from the transformation

Request Headers

NameTypeDescription

Authorization

string

The authentication key in the format of "Bearer TOKEN"

curl --request GET \
  --url 'https://api.hyperdata.so/download_output?process_uuid=2b140c79-9439-4d9e-959f-2ed0faa5bac7' \
  --header 'Authorization: Bearer YOUR_KEY_HERE' \
  --header 'Content-Type: application/json'
{
'data_url': 'https://...',
'process_uuid': '2b140c79-9439-4d9e-959f-2ed0faa5bac7'
}

Last updated