Video generation
Create AI video generation tasks from prompts, metadata, duration, aspect ratio, and tenant model aliases.
POST /v1/videos LightAPI for Developers
Official API endpoint
https://ai-api.lightspeedfuture.com Open platform → API suite
Create AI video generation tasks from prompts, metadata, duration, aspect ratio, and tenant model aliases.
POST /v1/videos Retrieve task status, output URLs, metadata, and generated media results through a simple task-based flow.
GET /v1/videos/{task_id} Prepare generated media for campaign workflows, product content, creative automation, and review-ready delivery.
media output Use tenant API keys, model aliases, usage setup, and business onboarding support for production access.
Bearer API key Developer playground
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
Core workflow
POST /v1/videos Prompt → task → generated output Work with tenant-specific Light Speed Future model aliases instead of exposing upstream provider details.
Submit an AI media request, receive a task ID, then retrieve the final output when generation is complete.
Connect AI video and visual generation into SaaS products, content systems, and internal business tools.
Retrieve generated video URLs, status information, and metadata for downstream product or workflow use.
Get help with API access, request examples, testing, model setup, and production workflow preparation.
Integration workflow
Receive your API key, base URL, tenant model aliases, and example requests for your business environment.
Send a structured generation request with prompt, model alias, metadata, and output configuration.
Query task status and collect generated video, visual, or media output URLs when the task is complete.
Connect the generated output into your product, platform, campaign system, or creative operation.
Use cases
API onboarding support
Prepare API keys, tenant model aliases, endpoint usage, and request examples for your integration.
Support task creation, task retrieval, output review, error handling, and usage validation.
Help your team prepare AI media generation workflows for real product or business deployment.
Start building