{"openapi":"3.1.0","info":{"title":"Decart API","version":"1.0.0"},"paths":{"/v1/generate/lucy-image-2":{"post":{"summary":"Generate Lucy Image","description":"Generate image from image using Lucy Image model.","operationId":"generate_lucy_image_v1_generate_lucy_hyphen_image_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_generate_lucy_image_v1_generate_lucy_hyphen_image_hyphen_2_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"image/png":{"schema":{"type":"string","format":"binary"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/generate/lucy-pro-i2i":{"post":{"summary":"Generate Lucy Image","description":"Generate image from image using Lucy Image model.","operationId":"generate_lucy_image_v1_generate_lucy_hyphen_pro_hyphen_i2i_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_generate_lucy_image_v1_generate_lucy_hyphen_pro_hyphen_i2i_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"image/png":{"schema":{"type":"string","format":"binary"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/generate/lucy_pro_i2i":{"post":{"summary":"Generate Lucy Image","description":"Generate image from image using Lucy Image model.","operationId":"generate_lucy_image_v1_generate_lucy_underscore_pro_underscore_i2i_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_generate_lucy_image_v1_generate_lucy_underscore_pro_underscore_i2i_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"image/png":{"schema":{"type":"string","format":"binary"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/generate/lucy-image-latest":{"post":{"summary":"Generate Lucy Image","description":"Generate image from image using Lucy Image model.","operationId":"generate_lucy_image_v1_generate_lucy_hyphen_image_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_generate_lucy_image_v1_generate_lucy_hyphen_image_hyphen_latest_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"image/png":{"schema":{"type":"string","format":"binary"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/watch-stream/{room_id}":{"post":{"summary":"Watch Stream","description":"Issue LiveKit viewer credentials for the given room.","operationId":"watch_stream_watch_stream__room_id__post","parameters":[{"name":"room_id","in":"path","required":true,"schema":{"type":"string","title":"Room Id"}},{"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"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WatchStreamResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/verify":{"post":{"summary":"Verify Content","description":"Check whether a video or image carries the Decart invisible provenance\nwatermark. Returns a detection verdict with confidence; the watermark\nsurvives re-encoding and format conversion.\n\nAUTHED (API key), like every other /v1 endpoint. A public no-auth tier is\na conditional follow-up: SB 942 requires a free public detection tool of\nCOVERED providers only — if legal rules we're covered, drop the two auth\nlines below and add per-IP limit_req at external-nginx (both regions)\nbefore exposure. The hardening here (size cap before body read, in-flight\ncap, sanitized errors) deliberately assumes untrusted callers either way,\nso that flip stays a two-line change.\n\nDeliberately takes the raw Request, not an UploadFile parameter: FastAPI\nresolves File/Form parameters by spooling the ENTIRE multipart body before\nthe handler runs. Auth and Content-Length are checked first; uvicorn/h11\nenforces the declared length, so the cap genuinely bounds spooling.\n\nBacked by the watermark-verify service (WATERMARK_VERIFY_UPSTREAM); 501\nin environments where none is configured.","operationId":"verify_content_v1_verify_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"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/files":{"post":{"summary":"Upload File","description":"Upload a file once, get back a `file_*` reference id to reuse across generations.\n\nThe same reference can be used in realtime `set_image { image_ref }` and (after PR2)\nin batch/queue endpoints via `data_ref` / `reference_image_ref` Form fields.","operationId":"upload_file_v1_files_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_upload_file_v1_files_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileReferenceResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/files/{file_id}":{"get":{"summary":"Get File Metadata","description":"Get metadata for an uploaded file.","operationId":"get_file_metadata_v1_files__file_id__get","parameters":[{"name":"file_id","in":"path","required":true,"schema":{"type":"string","title":"File Id"}},{"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"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileReferenceResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}},"delete":{"summary":"Delete File","description":"Delete an uploaded file early (before TTL).","operationId":"delete_file_v1_files__file_id__delete","parameters":[{"name":"file_id","in":"path","required":true,"schema":{"type":"string","title":"File Id"}},{"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"}],"responses":{"204":{"description":"Successful Response"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/realtime/quota":{"get":{"summary":"Get Realtime Quota","description":"Current concurrent realtime session quota state for the authenticated account.\n\nFor org-scoped keys the count is org-wide (shared across the org's keys/users).","operationId":"get_realtime_quota_v1_realtime_quota_get","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"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealtimeQuotaResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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"}}}}}}},"/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_job_lucy_vton_v1_jobs_lucy_hyphen_vton_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy-vton-2":{"post":{"summary":"Create Job Lucy Vton 2","description":"Submit async job: Process video with virtual try-on using Lucy VTON 2 model.","operationId":"create_job_lucy_vton_2_v1_jobs_lucy_hyphen_vton_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_vton_2_v1_jobs_lucy_hyphen_vton_hyphen_2_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy-2.1-vton-2":{"post":{"summary":"Create Job Lucy Vton 2","description":"Submit async job: Process video with virtual try-on using Lucy VTON 2 model.","operationId":"create_job_lucy_vton_2_v1_jobs_lucy_hyphen_2_dot_1_hyphen_vton_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_vton_2_v1_jobs_lucy_hyphen_2_dot_1_hyphen_vton_hyphen_2_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy-vton-3":{"post":{"summary":"Create Job Lucy Vton 3","description":"Submit async job: Process video with virtual try-on using Lucy VTON 3 model.","operationId":"create_job_lucy_vton_3_v1_jobs_lucy_hyphen_vton_hyphen_3_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_3_v1_jobs_lucy_hyphen_vton_hyphen_3_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy-2.1-vton-3":{"post":{"summary":"Create Job Lucy Vton 3","description":"Submit async job: Process video with virtual try-on using Lucy VTON 3 model.","operationId":"create_job_lucy_vton_3_v1_jobs_lucy_hyphen_2_dot_1_hyphen_vton_hyphen_3_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_3_v1_jobs_lucy_hyphen_2_dot_1_hyphen_vton_hyphen_3_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy-vton-latest":{"post":{"summary":"Create Job Lucy Vton 3","description":"Submit async job: Process video with virtual try-on using Lucy VTON 3 model.","operationId":"create_job_lucy_vton_3_v1_jobs_lucy_hyphen_vton_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_vton_3_v1_jobs_lucy_hyphen_vton_hyphen_latest_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy-vton-3.5":{"post":{"summary":"Create Job Lucy Vton 3 5","description":"Submit async job: Process video with virtual try-on using Lucy VTON 3.5 model.","operationId":"create_job_lucy_vton_3_5_v1_jobs_lucy_hyphen_vton_hyphen_3_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_vton_3_5_v1_jobs_lucy_hyphen_vton_hyphen_3_dot_5_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy-vton-3-5":{"post":{"summary":"Create Job Lucy Vton 3 5","description":"Submit async job: Process video with virtual try-on using Lucy VTON 3.5 model.","operationId":"create_job_lucy_vton_3_5_v1_jobs_lucy_hyphen_vton_hyphen_3_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_vton_3_5_v1_jobs_lucy_hyphen_vton_hyphen_3_hyphen_5_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy-vton-3.5-4-3":{"post":{"summary":"Create Job Lucy Vton 3 5 4 3","description":"Submit async job: Process video with virtual try-on using Lucy VTON 3.5 4:3 model.","operationId":"create_job_lucy_vton_3_5_4_3_v1_jobs_lucy_hyphen_vton_hyphen_3_dot_5_hyphen_4_hyphen_3_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_3_5_4_3_v1_jobs_lucy_hyphen_vton_hyphen_3_dot_5_hyphen_4_hyphen_3_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy-vton-3-5-4-3":{"post":{"summary":"Create Job Lucy Vton 3 5 4 3","description":"Submit async job: Process video with virtual try-on using Lucy VTON 3.5 4:3 model.","operationId":"create_job_lucy_vton_3_5_4_3_v1_jobs_lucy_hyphen_vton_hyphen_3_hyphen_5_hyphen_4_hyphen_3_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_3_5_4_3_v1_jobs_lucy_hyphen_vton_hyphen_3_hyphen_5_hyphen_4_hyphen_3_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy-vton-3.5-1-1":{"post":{"summary":"Create Job Lucy Vton 3 5 1 1","description":"Submit async job: Process video with virtual try-on using Lucy VTON 3.5 1:1 model.","operationId":"create_job_lucy_vton_3_5_1_1_v1_jobs_lucy_hyphen_vton_hyphen_3_dot_5_hyphen_1_hyphen_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_vton_3_5_1_1_v1_jobs_lucy_hyphen_vton_hyphen_3_dot_5_hyphen_1_hyphen_1_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy-vton-3-5-1-1":{"post":{"summary":"Create Job Lucy Vton 3 5 1 1","description":"Submit async job: Process video with virtual try-on using Lucy VTON 3.5 1:1 model.","operationId":"create_job_lucy_vton_3_5_1_1_v1_jobs_lucy_hyphen_vton_hyphen_3_hyphen_5_hyphen_1_hyphen_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_vton_3_5_1_1_v1_jobs_lucy_hyphen_vton_hyphen_3_hyphen_5_hyphen_1_hyphen_1_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy-image-2":{"post":{"summary":"Create Job Lucy Image","description":"Submit async job: Generate image from image using Lucy Image model.","operationId":"create_job_lucy_image_v1_jobs_lucy_hyphen_image_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_image_v1_jobs_lucy_hyphen_image_hyphen_2_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy-pro-i2i":{"post":{"summary":"Create Job Lucy Image","description":"Submit async job: Generate image from image using Lucy Image model.","operationId":"create_job_lucy_image_v1_jobs_lucy_hyphen_pro_hyphen_i2i_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_image_v1_jobs_lucy_hyphen_pro_hyphen_i2i_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy_pro_i2i":{"post":{"summary":"Create Job Lucy Image","description":"Submit async job: Generate image from image using Lucy Image model.","operationId":"create_job_lucy_image_v1_jobs_lucy_underscore_pro_underscore_i2i_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_image_v1_jobs_lucy_underscore_pro_underscore_i2i_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/lucy-image-latest":{"post":{"summary":"Create Job Lucy Image","description":"Submit async job: Generate image from image using Lucy Image model.","operationId":"create_job_lucy_image_v1_jobs_lucy_hyphen_image_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_image_v1_jobs_lucy_hyphen_image_hyphen_latest_post"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/{job_id}":{"get":{"summary":"Get Job","operationId":"get_job_v1_jobs__job_id__get","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/jobs/{job_id}/content":{"get":{"summary":"Get Job Content","description":"Download the result of a completed job.\n\nReturns:\n Binary content (image/video) or error if not ready/not found","operationId":"get_job_content_v1_jobs__job_id__content_get","parameters":[{"name":"job_id","in":"path","required":true,"schema":{"type":"string","title":"Job Id"}},{"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"}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/client/tokens":{"post":{"summary":"Create Client Token","description":"Create an ephemeral API token for client sessions.","operationId":"create_client_token_v1_client_tokens_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"}],"requestBody":{"content":{"application/json":{"schema":{"anyOf":[{"$ref":"#/components/schemas/ClientTokenRequest"},{"type":"null"}],"title":"Body"}}}},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClientTokenResponse"}}}},"401":{"description":"No or invalid API key provided"},"403":{"description":"Cannot create client token from a client token"},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}},"/v1/models/resolve":{"post":{"summary":"Resolve Models","description":"Resolve one or more public model names/aliases to canonical model ids.","operationId":"resolve_models_v1_models_resolve_post","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModelResolveRequest"}}},"required":true},"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModelResolveResponse"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}}}}},"components":{"schemas":{"Body_create_job_lucy_2_1_v1_jobs_lucy_hyphen_2_dot_1_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_2_1_v1_jobs_lucy_hyphen_2_dot_1_post"},"Body_create_job_lucy_2_1_v1_jobs_lucy_hyphen_2_hyphen_v2v_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_2_1_v1_jobs_lucy_hyphen_2_hyphen_v2v_post"},"Body_create_job_lucy_2_1_v1_jobs_lucy_hyphen_2_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_2_1_v1_jobs_lucy_hyphen_2_post"},"Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_2_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_2_post"},"Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_2_underscore_rt_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_2_underscore_rt_post"},"Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_2_underscore_rt_underscore_preview_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_2_underscore_rt_underscore_preview_post"},"Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_2_underscore_v2v_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_2_underscore_v2v_post"},"Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_v2v_underscore_14b_underscore_rt_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_2_1_v1_jobs_lucy_underscore_v2v_underscore_14b_underscore_rt_post"},"Body_create_job_lucy_2_5_v1_jobs_lucy_hyphen_2_dot_5_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true},"self_anchor":{"type":"boolean","title":"Self Anchor","description":"Re-anchor on the model's own latent (lucy-2.5 self-anchor). Default on.","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_2_5_v1_jobs_lucy_hyphen_2_dot_5_post"},"Body_create_job_lucy_2_5_v1_jobs_lucy_hyphen_2_hyphen_5_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true},"self_anchor":{"type":"boolean","title":"Self Anchor","description":"Re-anchor on the model's own latent (lucy-2.5 self-anchor). Default on.","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_2_5_v1_jobs_lucy_hyphen_2_hyphen_5_post"},"Body_create_job_lucy_2_5_v1_jobs_lucy_hyphen_latest_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true},"self_anchor":{"type":"boolean","title":"Self Anchor","description":"Re-anchor on the model's own latent (lucy-2.5 self-anchor). Default on.","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_2_5_v1_jobs_lucy_hyphen_latest_post"},"Body_create_job_lucy_2_5_v1_jobs_lucy_underscore_2_underscore_5_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true},"self_anchor":{"type":"boolean","title":"Self Anchor","description":"Re-anchor on the model's own latent (lucy-2.5 self-anchor). Default on.","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_2_5_v1_jobs_lucy_underscore_2_underscore_5_post"},"Body_create_job_lucy_clip_v1_jobs_lucy_hyphen_clip_hyphen_latest_post":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Text prompt for the video editing"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["prompt","data"],"title":"Body_create_job_lucy_clip_v1_jobs_lucy_hyphen_clip_hyphen_latest_post"},"Body_create_job_lucy_clip_v1_jobs_lucy_hyphen_clip_post":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Text prompt for the video editing"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["prompt","data"],"title":"Body_create_job_lucy_clip_v1_jobs_lucy_hyphen_clip_post"},"Body_create_job_lucy_clip_v1_jobs_lucy_hyphen_pro_hyphen_v2v_post":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Text prompt for the video editing"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["prompt","data"],"title":"Body_create_job_lucy_clip_v1_jobs_lucy_hyphen_pro_hyphen_v2v_post"},"Body_create_job_lucy_image_v1_jobs_lucy_hyphen_image_hyphen_2_post":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Text prompt for the image generation"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Image file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the image generation"},"resolution":{"type":"string","enum":["720p","480p"],"title":"Resolution","description":"Resolution of the image generation","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["prompt","data"],"title":"Body_create_job_lucy_image_v1_jobs_lucy_hyphen_image_hyphen_2_post"},"Body_create_job_lucy_image_v1_jobs_lucy_hyphen_image_hyphen_latest_post":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Text prompt for the image generation"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Image file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the image generation"},"resolution":{"type":"string","enum":["720p","480p"],"title":"Resolution","description":"Resolution of the image generation","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["prompt","data"],"title":"Body_create_job_lucy_image_v1_jobs_lucy_hyphen_image_hyphen_latest_post"},"Body_create_job_lucy_image_v1_jobs_lucy_hyphen_pro_hyphen_i2i_post":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Text prompt for the image generation"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Image file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the image generation"},"resolution":{"type":"string","enum":["720p","480p"],"title":"Resolution","description":"Resolution of the image generation","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["prompt","data"],"title":"Body_create_job_lucy_image_v1_jobs_lucy_hyphen_pro_hyphen_i2i_post"},"Body_create_job_lucy_image_v1_jobs_lucy_underscore_pro_underscore_i2i_post":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Text prompt for the image generation"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Image file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the image generation"},"resolution":{"type":"string","enum":["720p","480p"],"title":"Resolution","description":"Resolution of the image generation","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["prompt","data"],"title":"Body_create_job_lucy_image_v1_jobs_lucy_underscore_pro_underscore_i2i_post"},"Body_create_job_lucy_restyle_2_v1_jobs_lucy_hyphen_restyle_hyphen_2_post":{"properties":{"prompt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Prompt","description":"Text prompt for the video editing (optional)"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file to process (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_restyle_2_v1_jobs_lucy_hyphen_restyle_hyphen_2_post"},"Body_create_job_lucy_restyle_2_v1_jobs_lucy_hyphen_restyle_hyphen_latest_post":{"properties":{"prompt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Prompt","description":"Text prompt for the video editing (optional)"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file to process (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_restyle_2_v1_jobs_lucy_hyphen_restyle_hyphen_latest_post"},"Body_create_job_lucy_restyle_2_v1_jobs_lucy_hyphen_restyle_hyphen_v2v_post":{"properties":{"prompt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Prompt","description":"Text prompt for the video editing (optional)"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file to process (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_restyle_2_v1_jobs_lucy_hyphen_restyle_hyphen_v2v_post"},"Body_create_job_lucy_restyle_2_v1_jobs_mirage_underscore_v2_post":{"properties":{"prompt":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Prompt","description":"Text prompt for the video editing (optional)"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file to process (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_restyle_2_v1_jobs_mirage_underscore_v2_post"},"Body_create_job_lucy_robot_720p_v1_jobs_lucy_hyphen_robot_hyphen_720p_post":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Text prompt for the video editing"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":false}},"type":"object","required":["prompt","data"],"title":"Body_create_job_lucy_robot_720p_v1_jobs_lucy_hyphen_robot_hyphen_720p_post"},"Body_create_job_lucy_robot_720p_v1_jobs_lucy_hyphen_samsung_hyphen_robot_hyphen_poc_post":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Text prompt for the video editing"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":false}},"type":"object","required":["prompt","data"],"title":"Body_create_job_lucy_robot_720p_v1_jobs_lucy_hyphen_samsung_hyphen_robot_hyphen_poc_post"},"Body_create_job_lucy_robot_720p_v1_jobs_lucy_hyphen_solomon_hyphen_robot_hyphen_poc_post":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Text prompt for the video editing"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":false}},"type":"object","required":["prompt","data"],"title":"Body_create_job_lucy_robot_720p_v1_jobs_lucy_hyphen_solomon_hyphen_robot_hyphen_poc_post"},"Body_create_job_lucy_vton_2_v1_jobs_lucy_hyphen_2_dot_1_hyphen_vton_hyphen_2_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_2_v1_jobs_lucy_hyphen_2_dot_1_hyphen_vton_hyphen_2_post"},"Body_create_job_lucy_vton_2_v1_jobs_lucy_hyphen_vton_hyphen_2_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_2_v1_jobs_lucy_hyphen_vton_hyphen_2_post"},"Body_create_job_lucy_vton_3_5_1_1_v1_jobs_lucy_hyphen_vton_hyphen_3_dot_5_hyphen_1_hyphen_1_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_3_5_1_1_v1_jobs_lucy_hyphen_vton_hyphen_3_dot_5_hyphen_1_hyphen_1_post"},"Body_create_job_lucy_vton_3_5_1_1_v1_jobs_lucy_hyphen_vton_hyphen_3_hyphen_5_hyphen_1_hyphen_1_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_3_5_1_1_v1_jobs_lucy_hyphen_vton_hyphen_3_hyphen_5_hyphen_1_hyphen_1_post"},"Body_create_job_lucy_vton_3_5_4_3_v1_jobs_lucy_hyphen_vton_hyphen_3_dot_5_hyphen_4_hyphen_3_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_3_5_4_3_v1_jobs_lucy_hyphen_vton_hyphen_3_dot_5_hyphen_4_hyphen_3_post"},"Body_create_job_lucy_vton_3_5_4_3_v1_jobs_lucy_hyphen_vton_hyphen_3_hyphen_5_hyphen_4_hyphen_3_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_3_5_4_3_v1_jobs_lucy_hyphen_vton_hyphen_3_hyphen_5_hyphen_4_hyphen_3_post"},"Body_create_job_lucy_vton_3_5_v1_jobs_lucy_hyphen_vton_hyphen_3_dot_5_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_3_5_v1_jobs_lucy_hyphen_vton_hyphen_3_dot_5_post"},"Body_create_job_lucy_vton_3_5_v1_jobs_lucy_hyphen_vton_hyphen_3_hyphen_5_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_3_5_v1_jobs_lucy_hyphen_vton_hyphen_3_hyphen_5_post"},"Body_create_job_lucy_vton_3_v1_jobs_lucy_hyphen_2_dot_1_hyphen_vton_hyphen_3_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_3_v1_jobs_lucy_hyphen_2_dot_1_hyphen_vton_hyphen_3_post"},"Body_create_job_lucy_vton_3_v1_jobs_lucy_hyphen_vton_hyphen_3_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_3_v1_jobs_lucy_hyphen_vton_hyphen_3_post"},"Body_create_job_lucy_vton_3_v1_jobs_lucy_hyphen_vton_hyphen_latest_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_3_v1_jobs_lucy_hyphen_vton_hyphen_latest_post"},"Body_create_job_lucy_vton_v1_jobs_lucy_hyphen_2_dot_1_dot_viton_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_v1_jobs_lucy_hyphen_2_dot_1_dot_viton_post"},"Body_create_job_lucy_vton_v1_jobs_lucy_hyphen_2_dot_1_hyphen_vton_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_v1_jobs_lucy_hyphen_2_dot_1_hyphen_vton_post"},"Body_create_job_lucy_vton_v1_jobs_lucy_hyphen_2_dot_viton_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_v1_jobs_lucy_hyphen_2_dot_viton_post"},"Body_create_job_lucy_vton_v1_jobs_lucy_hyphen_vton_post":{"properties":{"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Video file to process"},"prompt":{"type":"string","title":"Prompt","description":"Text prompt. Defaults to an empty string.","default":""},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the video generation"},"resolution":{"type":"string","const":"720p","title":"Resolution","description":"Resolution of the video","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["data"],"title":"Body_create_job_lucy_vton_v1_jobs_lucy_hyphen_vton_post"},"Body_generate_lucy_image_v1_generate_lucy_hyphen_image_hyphen_2_post":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Text prompt for the image generation"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Image file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the image generation"},"resolution":{"type":"string","enum":["720p","480p"],"title":"Resolution","description":"Resolution of the video generation","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["prompt","data"],"title":"Body_generate_lucy_image_v1_generate_lucy_hyphen_image_hyphen_2_post"},"Body_generate_lucy_image_v1_generate_lucy_hyphen_image_hyphen_latest_post":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Text prompt for the image generation"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Image file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the image generation"},"resolution":{"type":"string","enum":["720p","480p"],"title":"Resolution","description":"Resolution of the video generation","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["prompt","data"],"title":"Body_generate_lucy_image_v1_generate_lucy_hyphen_image_hyphen_latest_post"},"Body_generate_lucy_image_v1_generate_lucy_hyphen_pro_hyphen_i2i_post":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Text prompt for the image generation"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Image file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the image generation"},"resolution":{"type":"string","enum":["720p","480p"],"title":"Resolution","description":"Resolution of the video generation","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["prompt","data"],"title":"Body_generate_lucy_image_v1_generate_lucy_hyphen_pro_hyphen_i2i_post"},"Body_generate_lucy_image_v1_generate_lucy_underscore_pro_underscore_i2i_post":{"properties":{"prompt":{"type":"string","title":"Prompt","description":"Text prompt for the image generation"},"data":{"type":"string","contentMediaType":"application/octet-stream","title":"Data","description":"Image file to process"},"reference_image":{"anyOf":[{"type":"string","contentMediaType":"application/octet-stream"},{"type":"null"}],"title":"Reference Image","description":"Reference image file (optional)"},"seed":{"type":"integer","maximum":4294967295.0,"minimum":0.0,"title":"Seed","description":"Seed for the image generation"},"resolution":{"type":"string","enum":["720p","480p"],"title":"Resolution","description":"Resolution of the video generation","default":"720p"},"enhance_prompt":{"type":"boolean","title":"Enhance Prompt","description":"Whether to enhance the prompt","default":true}},"type":"object","required":["prompt","data"],"title":"Body_generate_lucy_image_v1_generate_lucy_underscore_pro_underscore_i2i_post"},"Body_upload_file_v1_files_post":{"properties":{"file":{"type":"string","contentMediaType":"application/octet-stream","title":"File","description":"File to upload"},"ttl_seconds":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Ttl Seconds","description":"TTL in seconds (60..2_592_000), or \"persistent\" for no expiry. Omit for the platform default (24h)."}},"type":"object","required":["file"],"title":"Body_upload_file_v1_files_post"},"ClientTokenRequest":{"properties":{"expiresIn":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Expiresin","description":"Seconds until the token expires (default 60)"},"allowedModels":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Allowedmodels","description":"Restrict which models this token can access (max 20)"},"allowedOrigins":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Allowedorigins","description":"Restrict which web origins this token can be used from (max 20)"},"constraints":{"anyOf":[{"$ref":"#/components/schemas/TokenConstraints"},{"type":"null"}],"description":"Operational limits for the token"},"metadata":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Metadata"}},"type":"object","title":"ClientTokenRequest"},"ClientTokenResponse":{"properties":{"apiKey":{"type":"string","title":"Apikey"},"token":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Token"},"expiresAt":{"type":"string","title":"Expiresat"},"permissions":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Permissions"},"constraints":{"anyOf":[{"additionalProperties":true,"type":"object"},{"type":"null"}],"title":"Constraints"}},"type":"object","required":["apiKey","expiresAt"],"title":"ClientTokenResponse"},"FileReferenceResponse":{"properties":{"id":{"type":"string","title":"Id"},"filename":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Filename"},"mime_type":{"type":"string","title":"Mime Type"},"size_bytes":{"type":"integer","title":"Size Bytes"},"created_at":{"type":"string","format":"date-time","title":"Created At"},"expires_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"title":"Expires At"}},"type":"object","required":["id","filename","mime_type","size_bytes","created_at","expires_at"],"title":"FileReferenceResponse"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"type":"array","title":"Detail"}},"type":"object","title":"HTTPValidationError"},"ModelResolveRequest":{"properties":{"model":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Model"},"models":{"anyOf":[{"items":{"type":"string"},"type":"array"},{"type":"null"}],"title":"Models"}},"type":"object","title":"ModelResolveRequest"},"ModelResolveResponse":{"properties":{"model_id":{"anyOf":[{"type":"string"},{"type":"null"}],"title":"Model Id"},"model_ids":{"anyOf":[{"additionalProperties":{"type":"string"},"type":"object"},{"type":"null"}],"title":"Model Ids"}},"type":"object","title":"ModelResolveResponse"},"RealtimeConstraints":{"properties":{"maxSessionDuration":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Maxsessionduration"}},"type":"object","title":"RealtimeConstraints"},"RealtimeQuotaResponse":{"properties":{"limit":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Limit"},"active":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Active"},"remaining":{"anyOf":[{"type":"integer"},{"type":"null"}],"title":"Remaining"}},"type":"object","title":"RealtimeQuotaResponse"},"TokenConstraints":{"properties":{"realtime":{"anyOf":[{"$ref":"#/components/schemas/RealtimeConstraints"},{"type":"null"}]}},"type":"object","title":"TokenConstraints"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"type":"array","title":"Location"},"msg":{"type":"string","title":"Message"},"type":{"type":"string","title":"Error Type"},"input":{"title":"Input"},"ctx":{"type":"object","title":"Context"}},"type":"object","required":["loc","msg","type"],"title":"ValidationError"},"WatchStreamResponse":{"properties":{"livekit_url":{"type":"string","title":"Livekit Url"},"token":{"type":"string","title":"Token"},"room_name":{"type":"string","title":"Room Name"}},"type":"object","required":["livekit_url","token","room_name"],"title":"WatchStreamResponse"}}}}