curl --request POST \
--url https://api.example.com/api/models/{model_id}/infer-batch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"model_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dataset_version_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dataset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"output_type": "parquet"
}
'