Skip to main content
Artificial Studio provides a single API to generate images, videos, audio, and 3D models using state-of-the-art AI models. Send a request, get a result — it’s that simple.

Base URL

All API requests use the following base URL:

How it works

Every generation follows the same three-step pattern:
1

Send a request

Call POST /api/run with a tool, model, and input parameters. You get back a generation ID immediately.
2

Wait for the result

Poll GET /api/generations/:id or use webhooks to get notified when the generation is ready.
3

Get your output

The completed generation includes an output URL pointing to your generated media.

Quick example

Available tools

Use GET /api/tools to see the full list of available tools and models.

Next steps

Get your API key

Create an API key and authenticate your requests.

Quick start

Generate your first image in under a minute.

API reference

See the full API reference for creating generations.

Browse models

Explore available models and their parameters.