Skip to main content
POST
/
v1
/
jobs
/
lucy-motion
{
  "job_id": "<string>",
  "status": "pending"
}

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string
required

API key for authentication

Body

multipart/form-data

The body is of type any.

Response

Job submitted successfully

job_id
string
required

Unique identifier for the submitted job

status
enum<string>
required

Current status of the job

Available options:
pending,
processing,
completed,
failed