cURL
curl --request GET \ --url https://api.us1.bfl.ai/v1/finetune_details \ --header 'x-key: <api-key>'
{ "finetune_details": {} }
Get details about the training parameters and other metadata connected to a specific finetune_id that was created by the user.
Successful Response
The response is of type object.
object
Was this page helpful?