curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/models/{model_id}:getDownloadEndpoint \
--header 'Authorization: Bearer <token>'{
"filenameToSignedUrls": {}
}curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/models/{model_id}:getDownloadEndpoint \
--header 'Authorization: Bearer <token>'{
"filenameToSignedUrls": {}
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The fields to be returned in the response. If empty or "*", all fields will be returned.
Was this page helpful?