GenAI API
GenAI: Upload URL
Returns a signed URL that allows authorized clients to upload data for Generative AI tasks.
POST
Purpose: Provides a signed URL to securely upload data for Generative AI tasks.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Username and filename for the dataset to be uploaded for GenAI.
The body is of type object
.
Response
200
application/json
Signed URL successfully generated.
The response is of type object
.