Skip to content

Download file from URL

POST
/api/v1/trail/download
curl --request POST \
--url https://example.com/api/v1/trail/download \
--header 'Content-Type: application/json' \
--data '{ "url": "https://example.com" }'

Downloads a file from a URL and returns it as a blob

Media type application/json
object
url
required
string format: uri
Example generated
{
"url": "https://example.com"
}

File blob

Media type application/octet-stream
string format: binary

Bad Request

Internal Server Error