Models
Get Model Upload Endpoint
POST
/
v1
/
accounts
/
{account_id}
/
models
/
{model_id}
:getUploadEndpoint
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
account_id
string
requiredThe Account Id
model_id
string
requiredThe Model Id
Body
application/json
filenameToSize
object
requiredA mapping from the file name to its size in bytes.
Response
200 - application/json
filenameToSignedUrls
object
filenameToUnsignedUris
object
Unsigned URIs (e.g. s3://bucket/key, gs://bucket/key) for uploading model files. Returned when the caller has permission to upload to the URIs.
Was this page helpful?