All plugins

Artificial Studio in REST API & webhooks

Build your own integration. One request per generation, polled or pushed to a webhook.

  • Every tool and model, same pricing as the app
  • Async by default, webhook on completion
  • Upload inputs with signed URLs
Terminal
curl -X POST https://api.artificialstudio.ai/api/run \
  -H "Authorization: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"tool":"create-image","input":{"prompt":"a red fox"}}'