Skip to main content
GET
/
api
/
v1
/
organizations
/
{organization_id}
/
jobs
/
{job_id}
/
download
Prepare Fine-Tuned Model Download
curl --request GET \
  --url https://api.example.com/api/v1/organizations/{organization_id}/jobs/{job_id}/download \
  --header 'Authorization: Bearer <token>'
{
  "download_url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers -- Authorization: Bearer <access_token>

Path Parameters

organization_id
string
required
job_id
string
required

Response

Successful response if the request header contains Accept: application/json.

download_url
string
required

The URL from which the prepared fine-tuned model can be downloaded.