Skip to main content
GET
/
v1
/
flow
/
fine-tunes
/
{fine_tune_id}
/
download
Download fine-tune
curl --request GET \
  --url https://flow.seekr.com/v1/flow/fine-tunes/{fine_tune_id}/download \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Seekr API Key without 'Bearer' Prefix

Path Parameters

fine_tune_id
string
required

Response

Successful Response

Last modified on June 18, 2026