> ## Documentation Index
> Fetch the complete documentation index at: https://docs.adskull.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Use AdSkull's API to generate AI ad assets from your own app or workflow stack.

The AdSkull API lets you create ad-ready creative assets from any normal HTTP client: your app, automation workflows, shell scripts, or custom dashboards.

## What You Can Build

* Generate AI images from prompts and reference images.
* Generate, edit, extend, and motion-control AI videos.
* Generate voiceovers from text or transform uploaded speech with another voice.
* Clone and design custom voices within your plan quota.
* Create talking avatar videos from an avatar image plus script or audio.
* Check credits, pricing, model options, usage, and job status.

## Availability

API access is available on Creator and higher plans.

Free accounts cannot create or use API keys.

## API Style

The API is job-based. Creation endpoints return immediately with a `job_id`; your integration polls the status endpoint or listens for a webhook.

```json theme={"theme":"github-dark"}
{
  "id": "job_01HX...",
  "object": "image_generation_job",
  "status": "queued",
  "credits_reserved": 12,
  "created_at": "2026-05-17T12:00:00Z"
}
```
