Skip to main content
POST
Get Dataset Upload Endpoint

Authorizations

Authorization
string
header
required

Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>

Path Parameters

account_id
string
required

The Account Id

dataset_id
string
required

The Dataset Id

Body

application/json
filenameToSize
object
required

A mapping from the file name to its size in bytes.

readMask
string

The fields to be returned in the response. If empty or "*", all fields will be returned.

Response

200 - application/json

A successful response.

filenameToSignedUrls
Signed URLs for uploading dataset files · object