Create Image Redact jobs

Use this endpoint to create new jobs for your Image Redact project. You can create multiple jobs at once by adding each input as an object within a JSON array.

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

The universal unique identifier (UUID) of the Image Redact 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 an image.

json

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}"}).

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.

Responses

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