cURL
curl --request POST \ --url https://api.simplex.sh/download_from_link \ --header 'Content-Type: multipart/form-data' \ --header 'X-API-Key: <api-key>' \ --form session_id=3c90c3cc-0d44-4b50-8888-8dd25736052a \ --form 'url=<string>' \ --form timeout=30 \ --form override_fail_state=false
This response does not have an example.
Download a file from a direct link.
Simplex API Key
Download response
The response is of type file.
file
Was this page helpful?