Decart Jobs API

The Jobs API from Decart — 43 operation(s) for jobs.

Operations 43

POST /v1/jobs/lucy-clip Create Job Lucy Clip #
POST /v1/jobs/lucy-pro-v2v Create Job Lucy Clip #
POST /v1/jobs/lucy-clip-latest Create Job Lucy Clip #
POST /v1/jobs/lucy-restyle-2 Create Job Lucy Restyle 2 #
POST /v1/jobs/mirage_v2 Create Job Lucy Restyle 2 #
POST /v1/jobs/lucy-restyle-v2v Create Job Lucy Restyle 2 #
POST /v1/jobs/lucy-restyle-latest Create Job Lucy Restyle 2 #
POST /v1/jobs/lucy-robot-720p Create Job Lucy Robot 720P #
POST /v1/jobs/lucy-samsung-robot-poc Create Job Lucy Robot 720P #
POST /v1/jobs/lucy-solomon-robot-poc Create Job Lucy Robot 720P #
POST /v1/jobs/lucy-2.5 Create Job Lucy 2 5 #
POST /v1/jobs/lucy-2-5 Create Job Lucy 2 5 #
POST /v1/jobs/lucy_2_5 Create Job Lucy 2 5 #
POST /v1/jobs/lucy-latest Create Job Lucy 2 5 #
POST /v1/jobs/lucy-2.1 Create Job Lucy 2 1 #
POST /v1/jobs/lucy_2_rt_preview Create Job Lucy 2 1 #
POST /v1/jobs/lucy-2 Create Job Lucy 2 1 #
POST /v1/jobs/lucy_2 Create Job Lucy 2 1 #
POST /v1/jobs/lucy_2_rt Create Job Lucy 2 1 #
POST /v1/jobs/lucy-2-v2v Create Job Lucy 2 1 #
POST /v1/jobs/lucy_2_v2v Create Job Lucy 2 1 #
POST /v1/jobs/lucy_v2v_14b_rt Create Job Lucy 2 1 #
POST /v1/jobs/lucy-2.1-vton Create Job Lucy Vton #
POST /v1/jobs/lucy-2.viton Create Job Lucy Vton #
POST /v1/jobs/lucy-2.1.viton Create Job Lucy Vton #
POST /v1/jobs/lucy-vton Create Job Lucy Vton #
POST /v1/jobs/lucy-vton-2 Create Job Lucy Vton 2 #
POST /v1/jobs/lucy-2.1-vton-2 Create Job Lucy Vton 2 #
POST /v1/jobs/lucy-vton-3 Create Job Lucy Vton 3 #
POST /v1/jobs/lucy-2.1-vton-3 Create Job Lucy Vton 3 #
POST /v1/jobs/lucy-vton-latest Create Job Lucy Vton 3 #
POST /v1/jobs/lucy-vton-3.5 Create Job Lucy Vton 3 5 #
POST /v1/jobs/lucy-vton-3-5 Create Job Lucy Vton 3 5 #
POST /v1/jobs/lucy-vton-3.5-4-3 Create Job Lucy Vton 3 5 4 3 #
POST /v1/jobs/lucy-vton-3-5-4-3 Create Job Lucy Vton 3 5 4 3 #
POST /v1/jobs/lucy-vton-3.5-1-1 Create Job Lucy Vton 3 5 1 1 #
POST /v1/jobs/lucy-vton-3-5-1-1 Create Job Lucy Vton 3 5 1 1 #
POST /v1/jobs/lucy-image-2 Create Job Lucy Image #
POST /v1/jobs/lucy-pro-i2i Create Job Lucy Image #
POST /v1/jobs/lucy_pro_i2i Create Job Lucy Image #
POST /v1/jobs/lucy-image-latest Create Job Lucy Image #
GET /v1/jobs/{job_id} Get Job #
GET /v1/jobs/{job_id}/content Get Job Content #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/decart-jobs-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

decart-jobs-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Decart Jobs API
  version: 1.0.0
  description: 'Operations tagged Jobs across 2 of this provider''s published API definitions: decart-api-openapi-original.json, decart-platform-openapi-original.json. Each path carries the servers of the definition it was published in.'
tags:
- name: Jobs
paths:
  /v1/jobs/lucy-clip:
    post:
      summary: Create Job Lucy Clip
      description: 'Submit async job: Edit video using Lucy Clip.'
      operationId: create_job_lucy_clip_v1_jobs_lucy_hyphen_clip_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_clip_v1_jobs_lucy_hyphen_clip_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-pro-v2v:
    post:
      summary: Create Job Lucy Clip
      description: 'Submit async job: Edit video using Lucy Clip.'
      operationId: create_job_lucy_clip_v1_jobs_lucy_hyphen_pro_hyphen_v2v_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_clip_v1_jobs_lucy_hyphen_pro_hyphen_v2v_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-clip-latest:
    post:
      summary: Create Job Lucy Clip
      description: 'Submit async job: Edit video using Lucy Clip.'
      operationId: create_job_lucy_clip_v1_jobs_lucy_hyphen_clip_hyphen_latest_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_clip_v1_jobs_lucy_hyphen_clip_hyphen_latest_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-restyle-2:
    post:
      summary: Create Job Lucy Restyle 2
      description: 'Submit async job: Edit video using Lucy Pro model.'
      operationId: create_job_lucy_restyle_2_v1_jobs_lucy_hyphen_restyle_hyphen_2_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_restyle_2_v1_jobs_lucy_hyphen_restyle_hyphen_2_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/mirage_v2:
    post:
      summary: Create Job Lucy Restyle 2
      description: 'Submit async job: Edit video using Lucy Pro model.'
      operationId: create_job_lucy_restyle_2_v1_jobs_mirage_underscore_v2_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_restyle_2_v1_jobs_mirage_underscore_v2_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-restyle-v2v:
    post:
      summary: Create Job Lucy Restyle 2
      description: 'Submit async job: Edit video using Lucy Pro model.'
      operationId: create_job_lucy_restyle_2_v1_jobs_lucy_hyphen_restyle_hyphen_v2v_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_restyle_2_v1_jobs_lucy_hyphen_restyle_hyphen_v2v_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-restyle-latest:
    post:
      summary: Create Job Lucy Restyle 2
      description: 'Submit async job: Edit video using Lucy Pro model.'
      operationId: create_job_lucy_restyle_2_v1_jobs_lucy_hyphen_restyle_hyphen_latest_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_restyle_2_v1_jobs_lucy_hyphen_restyle_hyphen_latest_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-robot-720p:
    post:
      summary: Create Job Lucy Robot 720P
      description: 'Submit async job: Edit video with the lucy-robot-720p long-form model.'
      operationId: create_job_lucy_robot_720p_v1_jobs_lucy_hyphen_robot_hyphen_720p_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_robot_720p_v1_jobs_lucy_hyphen_robot_hyphen_720p_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-samsung-robot-poc:
    post:
      summary: Create Job Lucy Robot 720P
      description: 'Submit async job: Edit video with the lucy-robot-720p long-form model.'
      operationId: create_job_lucy_robot_720p_v1_jobs_lucy_hyphen_samsung_hyphen_robot_hyphen_poc_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_robot_720p_v1_jobs_lucy_hyphen_samsung_hyphen_robot_hyphen_poc_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-solomon-robot-poc:
    post:
      summary: Create Job Lucy Robot 720P
      description: 'Submit async job: Edit video with the lucy-robot-720p long-form model.'
      operationId: create_job_lucy_robot_720p_v1_jobs_lucy_hyphen_solomon_hyphen_robot_hyphen_poc_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_robot_720p_v1_jobs_lucy_hyphen_solomon_hyphen_robot_hyphen_poc_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-2.5:
    post:
      summary: Create Job Lucy 2 5
      description: 'Submit async job: Process video using Lucy 2.5 with first-frame prompt enhancement.'
      operationId: create_job_lucy_2_5_v1_jobs_lucy_hyphen_2_dot_5_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_2_5_v1_jobs_lucy_hyphen_2_dot_5_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-2-5:
    post:
      summary: Create Job Lucy 2 5
      description: 'Submit async job: Process video using Lucy 2.5 with first-frame prompt enhancement.'
      operationId: create_job_lucy_2_5_v1_jobs_lucy_hyphen_2_hyphen_5_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_2_5_v1_jobs_lucy_hyphen_2_hyphen_5_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy_2_5:
    post:
      summary: Create Job Lucy 2 5
      description: 'Submit async job: Process video using Lucy 2.5 with first-frame prompt enhancement.'
      operationId: create_job_lucy_2_5_v1_jobs_lucy_underscore_2_underscore_5_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_2_5_v1_jobs_lucy_underscore_2_underscore_5_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-latest:
    post:
      summary: Create Job Lucy 2 5
      description: 'Submit async job: Process video using Lucy 2.5 with first-frame prompt enhancement.'
      operationId: create_job_lucy_2_5_v1_jobs_lucy_hyphen_latest_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_2_5_v1_jobs_lucy_hyphen_latest_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-2.1:
    post:
      summary: Create Job Lucy 2 1
      description: 'Submit async job: Process video using Lucy 2.1 with optional prompt and reference image.'
      operationId: create_job_lucy_2_1_v1_jobs_lucy_hyphen_2_dot_1_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_2_1_v1_jobs_lucy_hyphen_2_dot_1_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy_2_rt_preview:
    post:
      summary: Create Job Lucy 2 1
      description: 'Submit async job: Process video using Lucy 2.1 with optional prompt and reference image.'
      operationId: create_job_lucy_2_1_v1_jobs_lucy_underscore_2_underscore_rt_underscore_preview_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_2_underscore_rt_underscore_preview_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-2:
    post:
      summary: Create Job Lucy 2 1
      description: 'Submit async job: Process video using Lucy 2.1 with optional prompt and reference image.'
      operationId: create_job_lucy_2_1_v1_jobs_lucy_hyphen_2_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_2_1_v1_jobs_lucy_hyphen_2_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy_2:
    post:
      summary: Create Job Lucy 2 1
      description: 'Submit async job: Process video using Lucy 2.1 with optional prompt and reference image.'
      operationId: create_job_lucy_2_1_v1_jobs_lucy_underscore_2_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_2_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy_2_rt:
    post:
      summary: Create Job Lucy 2 1
      description: 'Submit async job: Process video using Lucy 2.1 with optional prompt and reference image.'
      operationId: create_job_lucy_2_1_v1_jobs_lucy_underscore_2_underscore_rt_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_2_underscore_rt_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-2-v2v:
    post:
      summary: Create Job Lucy 2 1
      description: 'Submit async job: Process video using Lucy 2.1 with optional prompt and reference image.'
      operationId: create_job_lucy_2_1_v1_jobs_lucy_hyphen_2_hyphen_v2v_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_2_1_v1_jobs_lucy_hyphen_2_hyphen_v2v_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy_2_v2v:
    post:
      summary: Create Job Lucy 2 1
      description: 'Submit async job: Process video using Lucy 2.1 with optional prompt and reference image.'
      operationId: create_job_lucy_2_1_v1_jobs_lucy_underscore_2_underscore_v2v_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_2_underscore_v2v_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy_v2v_14b_rt:
    post:
      summary: Create Job Lucy 2 1
      description: 'Submit async job: Process video using Lucy 2.1 with optional prompt and reference image.'
      operationId: create_job_lucy_2_1_v1_jobs_lucy_underscore_v2v_underscore_14b_underscore_rt_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_v2v_underscore_14b_underscore_rt_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-2.1-vton:
    post:
      summary: Create Job Lucy Vton
      description: 'Submit async job: Process video with virtual try-on using Lucy 2.1 VTON model.'
      operationId: create_job_lucy_vton_v1_jobs_lucy_hyphen_2_dot_1_hyphen_vton_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_vton_v1_jobs_lucy_hyphen_2_dot_1_hyphen_vton_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-2.viton:
    post:
      summary: Create Job Lucy Vton
      description: 'Submit async job: Process video with virtual try-on using Lucy 2.1 VTON model.'
      operationId: create_job_lucy_vton_v1_jobs_lucy_hyphen_2_dot_viton_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_vton_v1_jobs_lucy_hyphen_2_dot_viton_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-2.1.viton:
    post:
      summary: Create Job Lucy Vton
      description: 'Submit async job: Process video with virtual try-on using Lucy 2.1 VTON model.'
      operationId: create_job_lucy_vton_v1_jobs_lucy_hyphen_2_dot_1_dot_viton_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_job_lucy_vton_v1_jobs_lucy_hyphen_2_dot_1_dot_viton_post'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
      tags:
      - Jobs
  /v1/jobs/lucy-vton:
    post:
      summary: Create Job Lucy Vton
      description: 'Submit async job: Process video with virtual try-on using Lucy 2.1 VTON model.'
      operationId: create_job_lucy_vton_v1_jobs_lucy_hyphen_vton_post
      parameters:
      - name: x-api-key
        in: header
        required: true
        schema:
          type: string
          description: API key for authentication
          title: X-Api-Key
        description: API key for authentication
      - name: User-Agent
        in: header
        required: false
        schema:
          anyOf:
          - type: string
          - type: 'null'
          title: User-Agent
      requestBody:
        required: true
        content:
          multipart/form-data:
            schema:
              $ref: '#/components/schemas/Body_create_jo

# --- truncated at 32 KB (116 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/decart/refs/heads/main/openapi/decart-jobs-api-openapi.yml