---
title: "Magic Studio"
method: GET
path: "/ai-image/magicstudio"
tags: ["AI Images"]
---

# Magic Studio

`GET /ai-image/magicstudio`

## Query parameters

- `text` string, required

## Response `200`

Success - Got the response

- AIImageResponse
  - `creator` string — The creator of the API
  - `message` string — Unnecessary message for the user
  - `ok` boolean — Indicates if the operation was successful
  - `jobId` number — job id that you can use in endpoint /task
  - `task_url` string — Task URL that you'll use for the next request

## Other responses

- `400` — Bad Request
- `500` — Server error

---

[API](https://skmtc.dev/paxsenix/apis/paxsenix-api.md) · [All operations](https://skmtc.dev/paxsenix/apis/paxsenix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paxsenix/paxsenix-api/revisions/a09b8775685e/schema)
