AIMLAPI · Example Payload

Aimlapi Image Generation Request Example

Artificial IntelligenceMachine LearningAI ModelsLLMImage GenerationVideo GenerationSpeechEmbeddingsAPI GatewayDeveloper Tools

Aimlapi Image Generation Request Example is an example object payload from AIMLAPI, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

modelpromptnsizequalitystyle

Example Payload

Raw ↑
{
  "model": "dall-e-3",
  "prompt": "A futuristic cityscape at sunset",
  "n": 1,
  "size": "1024x1024",
  "quality": "standard",
  "style": "vivid"
}