API Doc-CometAPI
HomeDashBoardModel_Price
HomeDashBoardModel_Price
Discord_Support
  1. Official api interface format
  • GET START
    • Model New Release Announcement
    • Platform notification
    • Help Center
    • Quick Start
    • About Pricing
    • About Grouping
    • Interface Stability
    • Privacy policy
    • Terms of service
    • Error code description
    • Code example
    • Must see for use
    • Common Misconceptions
    • Confusion about use
    • Best Practices
      • CometAPI Account Balance Query API Usage Instructions
      • Retry Logic Documentation for CometAPI and OpenAI Official API
      • Midjourney Best Practices
      • Runway Best Practices
  • OpenAI Compatiable Endpoint
    • gpt-4o-image generates image
    • Chat
    • Recognizing Images
    • Models
    • Embeddings
    • Images
    • Realtime
    • Image Editing (gpt-image-1)
  • Audio
    • Create speech
    • Create transcription
    • Create translation
  • Anthropic Compatiable Endpoint
    • Anthropic Claude
  • Music Generation Endpoint
    • Suno
      • Setting suno Version
      • Generate lyrics
      • Generate music clip
      • Upload clip
      • Submit concatenation
      • Single task query
      • Batch query tasks
    • Udio(Temporarily unavailable)
      • Generate music
      • Task query
  • Image Generation Endpoint
    • Midjourney(images)
      • Quick Tutorial - Complete Process in One Go
      • Task Fetching API
        • List by Condition
        • Fetch Single Task (most recommended)
      • Imagine
      • Action (UPSCALE; VARIATION; REROLL; ZOOM, etc.)
      • Blend (image -> image)
      • Describe (image -> text)
      • Modal (Area Redesign & Zoom)
    • Ideogram(images)
      • Official documentation (updated in real time)
      • Generate 3.0 (text to image)
      • Remix 3.0 (hybrid image)
      • Reframe 3.0(Reconstruction)
      • Replace Background 3.0(Background replacement)
      • Edit 3.0(Editing images)
      • ideogram Text Raw Image
      • ideogram Hybrid image
      • ideogram enlargement HD
      • ideogram describes the image
      • ideogram Edit image
    • Flux(images)
      • Generate image (replicate format)
      • flux fine-tune images(Temporarily unavailable)
      • flux generate image(Temporarily unavailable)
      • flux query
    • Replicate(image)
      • replicate Generate
      • replicate query
    • Recraft(images)
      • Appendix
      • Recraft Generate Image
      • Recraft Vectorize Image
      • Recraft Remove Background
      • Recraft Clarity Upscale
      • Recraft Create style
      • Recraft Generative Upscale
  • Video Generation Ednpoint
    • runway(video)
      • official format
        • runway images raw video
        • runway to get task details
      • Reverse Format
        • generate(text)
        • generate(Reference images)
        • Video to Video Style Redraw
        • Act-one Expression Migration
        • feed-get task
    • kling (video)
      • callback_url
      • Generating images
      • Text Generation Video
      • Image Generation Video
      • Video Extension
      • virtual try-on
      • lip sync
      • Individual queries (videos)
    • MiniMax Conch(video)
      • MiniMax Conch Official Documentation
      • MiniMax Conch Generation
      • MiniMax Conch Query
      • MiniMax Conch Download
    • luma (video)
      • Official api interface format
        • luma generate
          POST
        • luma search
          GET
    • PIKA(video)
      • pika feed
      • PIKA Reference Video Generation
      • PIKA Reference Image Generation
      • PIKA reference text generation
    • sora
      • Reverse Format
        • Create Video
        • Query Video Task
        • Create Video
  • Software Integration Guide
    • cometapi Site API Call Testing
    • OpenManus
    • Chatbox
    • CherryStudio
    • Cursor
    • ChatHub
    • COZE
    • FastGPT
    • cline
    • dify
    • gptme
    • Immersive Translation
    • Lobe-Chat
    • Zotero
    • LangChain
    • AnythingLLM
    • Eudic Translation
    • OpenAI Translator
    • ChatAll Translation
    • Pot Translation
    • GPT Academic Optimization (gpt_academic)
    • NEXT CHAT (ChatGPT Next Web)
    • Obsidian's Text Generator Plugin
    • Open WebUI
    • avante.nvim
    • librechat
    • Lazy Customer Service
    • utools-ChatGPT Friend
    • IntelliJ Translation Plugin
    • n8n
  1. Official api interface format

luma generate

POST
https://api.cometapi.com/dream-machine/v1/generations
Maintainer:Not configured

Request

Header Params
Authorization
string 
required
Example:
Bearer {{api-key}}
Content-Type
string 
optional
Example:
application/json;charset=utf-8
Body Params application/json
prompt
string 
required
prompt
loop
boolean 
optional
Whether to loop the video
aspect_ratio
string 
optional
Aspect Ratio,Default:16:9
keyframes
object 
optional
keyframe
frame0
object 
optional
first frame
frame1
object 
optional
last frame
callback_url
string 
optional
Example
{
  "prompt": "A tiger walking in snow",
  "keyframes": {
    "frame0": {
      "type": "image",
      "url": "https://storage.cdn-luma.com/dream_machine/7e4fe07f-1dfd-4921-bc97-4bcf5adea39a/video_0_thumb.jpg"
    }
  }
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.cometapi.com/dream-machine/v1/generations' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
  "prompt": "A tiger walking in snow",
  "keyframes": {
    "frame0": {
      "type": "image",
      "url": "https://storage.cdn-luma.com/dream_machine/7e4fe07f-1dfd-4921-bc97-4bcf5adea39a/video_0_thumb.jpg"
    }
  }
}'

Responses

🟢201Created
application/json
Body
id
string 
required
Unique identifier for the task or resource
state
string 
required
Current task status
created_at
string 
required
Task creation timestamp
request
object 
required
Original user request parameters
prompt
string 
required
Text prompt or description input by the user
aspect_ratio
string 
required
Expected output aspect ratio
enhance
boolean 
required
Whether to enable enhancement or high-definition processing, true means enabled
request_type
string 
required
Request type, "keyframe" may indicate animation or video generation based on key frames
media_request
object 
required
Specific request parameters related to media processing
end
null 
required
End frame or end media object, null indicates unspecified or not applicable
loop
boolean 
required
Whether to loop playback, false means no looping
prompt_type
string 
required
Prompt type, similar to request.request_type, confirms processing method
rich_text
null 
required
Rich text format prompt, null indicates not used
start
object 
required
Starting frame or starting media object information
text
string 
required
Actual text prompt used for processing, may be the same as request.prompt or processed
artifact
object 
required
Information related to the final product or result generated
created_at
string 
required
Artifact creation timestamp, the default zero value here indicates not yet created or information not filled
Example
{
    "id": "fe6cd271-eec5-46dd-a753-b97c4d576616",
    "state": "pending",
    "created_at": "2025-03-09T05:09:24.137448Z",
    "request": {
        "prompt": "A tiger walking in snow",
        "aspect_ratio": "16:9",
        "enhance": true,
        "request_type": "image_to_video"
    },
    "media_request": {
        "end": null,
        "loop": false,
        "prompt_type": "keyframe",
        "start": {
            "id": "fd4643c2-27d1-4482-82fa-092c1f1f2839",
            "media_type": null,
            "thumbnail": null,
            "type": "upload"
        },
        "text": "A tiger walking in snow"
    }
}
Previous
MiniMax Conch Download
Next
luma search
Built with