API Documentation

Complete guide to integrating AI Image Studio API

← Dashboard

Getting Started

Welcome to the AI Image Studio API! Generate stunning AI images programmatically with our RESTful API.

Base URL

https://yourdomain.com/api/v1

Key Features

  • Multiple AI models (FLUX, Stable Diffusion, etc.)
  • Credit-based pricing with transparent costs
  • Fast generation times (10-30 seconds)
  • Customizable parameters (size, steps, negative prompts)
  • RESTful JSON API
  • Rate limiting with clear headers

Quick Example

curl -X POST https://yourdomain.com/api/v1/generate \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt": "A futuristic city at sunset"}'