StudioContact usPricing

Overview

Introduction
Authentication

Services

Model swap
Flat lay on model

References

Abort a running jobDelete a job and its resultsGet all versions of an imageGet job resultsGet job statusList jobsRegenerate result URLsRegenerate a single imageRetry a job
StudioContact usPricing
Jobs

Abort a running job

POST
/jobs/{job_id}/abort

Authorization

AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Path Parameters

job_idstring

Response Body

Examples

curl -X POST "https://loading/jobs/string/abort"
{
  "cancelled_tasks": 0,
  "job_id": "string",
  "message": "string",
  "status": "string",
  "success": true
}
Empty

Upload an identity POST

Previous Page

Delete a job and its results DELETE

Next Page