LightAPI for Developers

Build AI video and visual generation into your product

Access Light Speed Future’s AI media API layer for video generation, task retrieval, visual workflows, and business-ready creative automation.

Official API endpoint

Start from the Light Speed Future API platform

Use your tenant API key, model alias, and task-based request flow to create, retrieve, and integrate AI-generated media outputs.
https://ai-api.lightspeedfuture.com Open platform →

API suite

Build with the core Light Speed Future media APIs

Create AI video tasks, retrieve generation results, connect visual outputs, and prepare media workflows for real product integration.
01

Video generation

Create AI video generation tasks from prompts, metadata, duration, aspect ratio, and tenant model aliases.

POST /v1/videos
02

Task retrieval

Retrieve task status, output URLs, metadata, and generated media results through a simple task-based flow.

GET /v1/videos/{task_id}
03

Visual workflows

Prepare generated media for campaign workflows, product content, creative automation, and review-ready delivery.

media output
04

Tenant access

Use tenant API keys, model aliases, usage setup, and business onboarding support for production access.

Bearer API key

Developer playground

Task-based AI media generation with clear request and retrieval flow

Send a generation request, receive a task ID, then retrieve the generated output when the task completes.
Create task Retrieve task Output
curl https://ai-api.lightspeedfuture.com/v1/videos \
  -H "Authorization: Bearer <LSF_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "lsf-seedance-2.0-<tenant>",
    "prompt": "Create a cinematic product launch video with premium lighting and smooth camera movement.",
    "metadata": {
      "duration": "8s",
      "resolution": "720p",
      "aspect_ratio": "16:9"
    }
  }'
GET /v1/videos/{task_id}

{
  "id": "video_task_xxx",
  "status": "succeeded",
  "output": {
    "video_url": "https://..."
  }
}

Production API

Designed for products, platforms, and creative automation systems

LightAPI helps teams connect AI media generation into real software products, internal tools, content systems, and customer-facing workflows.

Core workflow

Create task, retrieve output, integrate generated media.

Use a task-based API flow to submit video generation requests, retrieve results, and connect outputs into your product or creative workflow.
POST /v1/videos Prompt → task → generated output
02

Business-ready model aliases

Work with tenant-specific Light Speed Future model aliases instead of exposing upstream provider details.

03

Task-based generation

Submit an AI media request, receive a task ID, then retrieve the final output when generation is complete.

04

Workflow integration

Connect AI video and visual generation into SaaS products, content systems, and internal business tools.

05

Output handling

Retrieve generated video URLs, status information, and metadata for downstream product or workflow use.

06

Onboarding support

Get help with API access, request examples, testing, model setup, and production workflow preparation.

Integration workflow

From API key to production-ready media output

LightAPI is built around a clear developer flow: access, create task, retrieve output, and integrate the result.
01

Get access

Receive your API key, base URL, tenant model aliases, and example requests for your business environment.

02

Create media task

Send a structured generation request with prompt, model alias, metadata, and output configuration.

03

Retrieve result

Query task status and collect generated video, visual, or media output URLs when the task is complete.

04

Integrate workflow

Connect the generated output into your product, platform, campaign system, or creative operation.

Use cases

API access for platforms, products, and creative technology teams

AI video platformsCreative automation toolsE-commerce content systemsCampaign production workflowsDigital human productsMedia generation SaaSMarketing automationDeveloper platforms

API onboarding support

Support for teams moving from API testing to production workflows

Light Speed Future supports API access setup, request testing, model alias configuration, task retrieval validation, output review, and production handoff.

API access setup

Prepare API keys, tenant model aliases, endpoint usage, and request examples for your integration.

Testing and validation

Support task creation, task retrieval, output review, error handling, and usage validation.

Production handoff

Help your team prepare AI media generation workflows for real product or business deployment.

Start building

Open the official Light Speed Future API platform or request business access.