Generate images, videos, audio, or 3D models by sending a request to the Artificial Studio API.
| Name | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Your API key |
Content-Type | string | Yes | Must be application/json |
| Parameter | Type | Required | Description |
|---|---|---|---|
tool | string | Yes | Tool identifier (e.g., create-image, create-video). Use GET /api/tools to list available tools |
input | object | Yes | Tool-specific parameters |
input.model | string | No | Model to use. Defaults to the tool’s primary model |
input.prompt | string | Varies | Text prompt for generation |
webhook | string | No | HTTPS URL to receive completion notifications |
| Field | Type | Description |
|---|---|---|
id | string | Unique generation identifier |
status | string | Initial status (processing) |
tool | string | Tool used for this generation |
createdAt | string | ISO 8601 timestamp |