Authorizations
Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
Body
application/json
Response
200 - application/json
A successful response.
curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/datasets/{dataset_id}:getUploadEndpoint \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"filenameToSize": {},
"readMask": "<string>"
}'{
"filenameToSignedUrls": {}
}curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/datasets/{dataset_id}:getUploadEndpoint \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"filenameToSize": {},
"readMask": "<string>"
}'{
"filenameToSignedUrls": {}
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
A successful response.
Show child attributes
Was this page helpful?