Create datafile

This endpoint creates a new datafile record in a pending state.
Each datafile represents a single file, which needs to be uploaded shortly after datafile creation.

If the datafile is not uploaded before the expires_at timestamp included in the response, the record will be automatically deleted.

The datafile can be uploaded by making a PUT request to the upload_url provided in the response.
Datafile have a maximum size of 200MB.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
^application_[a-z0-9]{24,27}$
Body Params
string
required
length ≤ 255

The filename of this datafile.

string
required

The name of the schema for this datafile.

string
enum
required

The content type of the datafile.

Allowed:
Responses

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