zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Artificial Intelligence/Magic Studio
Logo Magic Studio

Magic Studio

Anonymous AI image generation — text-to-image, no auth.

1 endpoint1 endpoint on this scraper23 calls23 calls so farupdated 3 months agoLast updated 7/10/2026, 5:18:18 AMBusy: 10+ calls so farLive: no endpoint is cachedllms.txt
Endpoints1

1/1 passing
checked 19 hours ago · daily 01:00 WIB

Generate

Anonymous text-to-image generation. Returns image as inline base64 data URL.

POST/v1/ai:magicstudio/generateno cache1 paramchecking key…
Parameters
promptstringrequired
text/plain

Text-to-image prompt. Output is a fixed 1024x1024 JPEG (no size/aspect/style controls upstream). Include style cues directly in the prompt (e.g. 'anime style', 'oil painting', 'photorealistic')

·
Response
EXAMPLE
{
  "images": [
    {
      "width": 1024,
      "base64": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYE...<truncated>",
      "height": 1024,
      "mimeType": "image/jpeg",
      "sizeBytes": 164487
    }
  ],
  "prompt": "A cute golden retriever puppy playing in a sunny park, photorealistic",
  "provider": "magicstudio"
}

Code

Generate
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("ai:magicstudio", "generate", {
  "prompt": "A cute golden retriever puppy playing in a sunny park, photorealistic"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
POST
Generate/v1/ai:magicstudio/generate
1 param

Parameters

promptstringrequiredin body
Text-to-image prompt. Output is a fixed 1024x1024 JPEG (no size/aspect/style controls upstream). Include style cues directly in the prompt (e.g. 'anime style', 'oil painting', 'photorealistic')

Request

curl -X POST "https://api.zapi.ink/v1/ai:magicstudio/generate" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "images": [
    {
      "width": 1024,
      "base64": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYE...<truncated>",
      "height": 1024,
      "mimeType": "image/jpeg",
      "sizeBytes": 164487
    }
  ],
  "prompt": "A cute golden retriever puppy playing in a sunny park, photorealistic",
  "provider": "magicstudio"
}

Related APIs

More in ai

ChatGPT (chatgpt.com)

aichatgpt

ChatGPT (mode anonim, tanpa login) dari OpenAI. Endpoint kompatibel OpenAI Chat Completions (stream & non-stream).

856856 calls so far
Busy: 10+ calls so farLive: not cached, every call fetches fresh data

Copilot AI

aicopilot

Microsoft Copilot — chat completion OpenAI-compatible, support streaming SSE

1K1K calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Chatex

aichatex

Chatex chat — OpenAI-compatible chat completions.

238238 calls so far
Busy: 10+ calls so farLive: not cached, every call fetches fresh data

Felo AI

aifelo

AI search assistant dengan web real-time — OpenAI-compatible, support streaming, return sumber referensi.

208208 calls so far
Busy: 10+ calls so farLive: not cached, every call fetches fresh data

Bypass AI (writecream.com)

aibypass-ai

Humanize AI-generated text — natural rewriting via writecream.com.

138138 calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Dolphin AI

aidolphin

Dolphin 24B uncensored chat — chat completion OpenAI-compatible, support streaming SSE

7777 calls so far10mResponses cached for 10m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.