cURL
curl --request POST \ --url https://api.openpipe.ai/api/v1/unstable/finetune/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "datasetId": "<string>", "slug": "<string>", "baseModel": "<string>", "overrides": {} }'
{ "id": "<string>" }
DEPRECATED
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object