Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/models/{model_id}:getUploadEndpoint \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"filenameToSize": {},
"enableResumableUpload": true,
"readMask": "<string>"
}'{
"filenameToSignedUrls": {},
"filenameToUnsignedUris": {}
}curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/models/{model_id}:getUploadEndpoint \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"filenameToSize": {},
"enableResumableUpload": true,
"readMask": "<string>"
}'{
"filenameToSignedUrls": {},
"filenameToUnsignedUris": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?