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.
Status code - async process
This endpoint initiates an asynchronous process to ingest one or more jobs into the system. However, the response status code from this request only indicates that the request was received, not that the jobs were successfully ingested.
To determine the actual status of the ingestion process, use the
batch_id
provided in the response to query the status via this GET endpoint . Check out this page for a detailed information.
inputs or inputsFileUrl
Even though both of these parameters are optional, you must include one to create a job.
Job UUID
Your response will only include the job ID when you submit a single job. You can retrieve all the job IDs from a batch using this endpoint.