---
title: MasterA AI — GPU Video Generation
slug: mastera-ai-gpu-video-generation
url: https://apyverse.com/pankajretestflows/service/mastera-ai-gpu-video-generation
provider: External Providers
categories: [Image Processing, Smart Generation]
tags: [text-to-video, ai-video, video-generation, prompt-based-generation, mp4-output]
auth: api_key
---

# MasterA AI — GPU Video Generation

Generate short videos from a text prompt and poll for completion. Returns a task ID and finished MP4 URL for LTX and LTX-2 jobs.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/ltx/generate` | What it does Generates a short video from a text prompt. The request body controls the generation s… | 10 |
| GET | `/tasks/:task_id` | What it does Polls the status of an LTX video generation task by taskid and returns the current tas… | 1 |
| POST | `/generate` | What it does Generates a short video from a text prompt. The request body supplies the generation s… | 10 |
| GET | `/video/tasks/:task_id` | What it does Polls the status of an LTX-2 video generation task by task ID and returns the current… | 1 |

## About

## What it does
LTX Video Generation creates short AI videos from a text prompt and returns a task ID you can poll until the MP4 is ready.

Use the `POST /ltx/generate` endpoint to send a `prompt` and optional generation controls such as `cfg`, `seed`, `steps`, `width`, `height`, `length`, and `negative_prompt`. The response gives you `status`, `message`, and `task_id` so you can track the job asynchronously. Poll `GET /tasks/:task_id` to watch the request move through `processing`, `generating`, `completed`, or `error`; when it completes, the response includes `output_url` for the finished MP4.

The service also includes an LTX-2 path on RTX 5090 hardware. Its `POST /generate` endpoint accepts `prompt` plus optional `seed`, `model`, `length`, `quality`, and `resolution`, and returns `status`, `message`, and `task_id`. Poll the matching task endpoint to retrieve `output_url` once the video is finished.

This is a fit for product demos, concept previews, social clips, and rapid storyboard generation when you need a text-to-video workflow that runs asynchronously and gives you a downloadable result at the end.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/pankajretestflows/service/mastera-ai-gpu-video-generation
