Endpoints
Download trained weights
Generate a temporary URL for downloading a Fastino training artifact.
GET
GET /v1/training-jobs/{job_id}/download
Returns a presigned URL for the trained artifact. Fetch the returned URL separately to download the file.
Request
string
required
Your Fastino API key.
string
required
Training-job UUID.
Response
boolean
Whether the URL was generated.
string
Training-job UUID.
string
Temporary presigned artifact URL.
integer
URL lifetime. The default is 3600 seconds.
string
Suggested download file name.
jq.
An unknown job or a job without a downloadable artifact returns a request-specific 4xx error.
