Skip to main content
GET
/
api
/
v1
/
inference-jobs
/
{job_id}
/
files
/
{file_id}
/
download-url
Get File Download Url
curl --request GET \
  --url https://api.example.com/api/v1/inference-jobs/{job_id}/files/{file_id}/download-url \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

job_id
string<uuid>
required
file_id
string<uuid>
required

Response

Successful Response

The response is of type Response Get File Download Url Api V1 Inference Jobs Job Id Files File Id Download Url Get · object.