Upload data

Use this endpoint to upload data to your super.AI storage. You can reference the resulting data URLs when you create jobs. You must use the Multipart/Form-Data format to upload your file.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The path you want to upload this datapoint within your Super AI dataset. This path, which must end with a file-name and extension does not need to match with the path to the file in your local machine. The path must be URL encoded, e.g., folder1/folder2/images/super-poodle-02.jpg becomes folder1%2Ffolder2%2Fimages%2Fsuper-poodle-02.jpg). Bear in mind, if upload a file path that you have already used in the past (duplicate), a timestamp will be automatically added at the end of the filename, right before the extension, which means that path/to/document.pdf will become path/to/document_<13_chars_timestamp>.pdf

string
required

Standardized media type and subtype of the file you want to upload. This must be URL encoded, e.g., image/jpeg becomes image%2Fjpeg. See our input data types for accepted types.

file

File that you want to upload (it must be below 4mb)

string

Text description of the file

boolean

Whether you want to generate a signed URL that allows you to download the data point directly. The default value is false.

int32

The number of seconds for which the URL remains valid. If you do not provide a value, the default value of 600 seconds is used.

boolean

Use to upload the file using a signed URL

string

The organization you want to upload the data to (you need to be part of the org). You can find the value of this parameter within the URL while operating in an project (app) in our platform.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain