Local Processing

Luma AI API Request Builder

Create non-executing example request payloads, cURL commands, and JavaScript snippets for Luma AI video workflows. No live API call is made. Unofficial toolkit. Not affiliated with Luma Labs.

Runs locallyNo uploadYour input is processed in your browser.

Luma AI API Request Builder

Build example API request payloads and cURL snippets for Luma AI workflows without sending a live request.

Examples

cURL Example

Input example
Request fields: Prompt, 5 seconds, 16:9, image reference URL, callback URL
Output example
Generated snippet: curl -X POST "https://api.example.com/luma/generations" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"...","duration":5,"aspect_ratio":"16:9","references":["https://example.com/ref.jpg"],"callback_url":"https://example.com/webhook"}'

Luma AI API Request Builder processes this example in the browser and lets you inspect the result before copying it.

JSON Payload

Input example
Prompt fields: Prompt, camera motion, seed, negative guidance
Output example
Generated JSON: {
  "prompt": "A cinematic product reveal...",
  "duration": 5,
  "aspect_ratio": "16:9",
  "camera_motion": "slow clockwise orbit",
  "negative_prompt": "no text, no distortions",
  "seed": 12345
}

Luma AI API Request Builder processes this example in the browser and lets you inspect the result before copying it.

Privacy note

This tool processes your input locally in your browser. Your text, code, file, or generated value is not uploaded to LumaTool servers.

How to use

  1. Step 1. Enter prompt text, optional image references, callback URL, and generation parameters.
  2. Step 2. Choose whether to generate JSON, cURL, or JavaScript fetch output.
  3. Step 3. Review placeholders such as API keys and endpoint paths before sharing.
  4. Step 4. Check current official API documentation before using any example in production.

Real-world examples

Sketch API payloads for product specs, developer docs, and prototyp...

Sketch API payloads for product specs, developer docs, and prototype tickets.

Share example request bodies with engineering teammates without exp...

Share example request bodies with engineering teammates without exposing keys.

Convert a prompt draft into a structured JSON payload for review

Convert a prompt draft into a structured JSON payload for review.

Common use cases

  • Sketch API payloads for product specs, developer docs, and prototype tickets.
  • Share example request bodies with engineering teammates without exposing keys.
  • Convert a prompt draft into a structured JSON payload for review.
  • Prepare curl examples for debugging and internal workflow discussion.
  • Keep request examples separate from real account credentials.
  • Build example API request payloads and cURL snippets for Luma AI workflows without sending a live request.

FAQ

Does this send a real API request?

No. It only builds example payload text and snippets in your browser.

Are the endpoints guaranteed to match current API docs?

No. Treat output as a request-planning aid and verify current documentation before use.

Should I paste a real API key?

No. Use placeholders in this tool and keep real credentials in secure development environments.

Is this affiliated with Luma Labs?

No. LumaTool is an unofficial toolkit and is not affiliated with Luma Labs.

What is Luma AI API Request Builder best used for?

Luma AI API Request Builder is useful for focused luma ai tools tasks where you need a quick browser-based result without switching tools.

How is my input handled?

This tool processes your input locally in your browser. Your text, code, file, or generated value is not uploaded to LumaTool servers.

Can I use the output in production work?

Yes, but review the result before applying it to production systems. LumaTool helps with utility work, validation, and formatting, but final decisions stay with you.

Which related tools pair well with this page?

The related tools section links to nearby workflows in the same locale so you can continue formatting, validating, converting, or checking related data.

Related tools