Appearance
Create fine-tuning task
POST
/v1/finetuning/create
Creates a fine-tuning task which begins the process of creating a new model from a given dataset.
Authorizations
BearerAuth
TypeHTTP (bearer)
Request Body
Responses
The fine-tuning task object.
application/json
POST
/v1/finetuning/create
Samples
cURL
curl https://api.mureka.ai/v1/finetuning/create \
-H "Authorization: Bearer $MUREKA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"upload_id": "1436211",
"suffix": "my-model"
}'