Create jobs

Use this endpoint to create new jobs for a specified project. You can create multiple jobs at once by adding each input as an object within a JSON array. The exact format of the JSON you need to provide is dictated by the project type that you are using. For an example of how to structure the input, open your super.AI dashboard, select the relevant project, hit Upload data in the top left and look for the JSON option.

Path Params
string
required

The universal unique identifier (UUID) of the project for which you want to create the job. You can find this in the super.AI dashboard URL of your project.

Body Params
string

Where we will POST the job results.

string

URL pointing to a JSON file (maximum size: 4 MB) containing an array of objects. Each object is an input. The value is a URL pointing to the relevant file or a raw text string. Consult the Upload data section of your project in the super.AI dashboard for information on how to structure the input.

json

JSON (maximum size: 4 MB) containing an array of objects. Each object is an input. The value is a URL pointing to the relevant file or a raw text string. The objects below are just possible examples. Consult the Upload data section of your project in the super.AI dashboard for information on which input object(s) and structure to use.

metadata
array

Manually set key-value pairs to decorate the job. Useful for storing additional information not provided by default. For example, you might want to pass your own internal ID for the data point (e.g., {"id": "{your-id}"}).

metadata
tags
array of strings

Manually set text tags that allow you to label and group your data points for later reference. In the dashboard, you can filter and download your data points by tag.

tags
boolean

Place data points in the Parked data point state by setting this to false. You will then have to manually queue the data points in the dashboard. By default, data points are queued for processing.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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