APIIntegrationDevelopers
API Overview
Understand Lumeart API capabilities, integration surfaces, and the recommended request flow.
What The API Is For
Lumeart API is designed for content platforms, creator tools, and automated production pipelines. It will expose image, video, comic asset, and task-status capabilities through stable endpoints. This first version reserves the documentation structure; exact fields will be filled in when the API contract is ready.
Task Creation
Create image, video, and comic generation tasks with a unified request shape.
Model Capabilities
Choose models by task type, input type, and open-boundary capability.
Standalone Playground
Sign in to preview request and response shapes in a dedicated console.
Recommended Flow
- 1Create an API keyCreate separate keys for testing and production environments.
- 2Pick model capabilitiesChoose a model that supports the task type and input resources you need.
- 3Create a taskSubmit structured prompts, references, and parameters. The API returns a task_id.
- 4Poll or receive callbacksRead generated assets, usage, and error details from task status or webhook events.
