Create Upload

Creates upload resource that returns a pre-signed upload URL. URL can be used with PUT request to upload CSV file.

This step generates a request to upload a CSV file. The request body requires a name for the file to be uploaded.

If successful, the key output will include the upload_id and upload_url.

Body Params
string
required

The name of the file being uploaded.

string
required

The MIME type of the content being uploaded.

Responses

400

The request was unacceptable, likely due to missing a required input.

401

No valid API key provided.

403

Forbidden: Access to this resource / action is denied or not authorized

404

Not found.

405

Method not allowed

500

Something went wrong on our end (this happens rarely)

Language
Credentials
Request
Response
Choose an example:
application/json