Scenario Generation API

Generate game-ready images, video, audio, and 3D assets from text prompts, reference images, or ControlNet guides. Supports text-to-image, image-to-image, ControlNet (txt2img and img2img), text-to-3D, image-to-3D, and modality-specific endpoints for video and audio. Accepts prompt, negative prompt, numSamples, guidance, numInferenceSteps, width, height, and modelId; returns an async job that resolves into one or more assets. A dryRun parameter returns the compute-unit cost without executing the job.

API entry from apis.yml

apis.yml Raw ↑
aid: scenario-gg:scenario-generation-api
name: Scenario Generation API
tags:
- AI
- Game Assets
- Image Generation
- Generation
- Img2Img
- ControlNet
humanURL: https://docs.scenario.com/reference/postgeneratecustom
baseURL: https://api.cloud.scenario.com/v1
properties:
- url: https://docs.scenario.com/reference/postgeneratecustom
  type: Documentation
- url: https://docs.scenario.com/docs/image-to-image
  type: Documentation
- url: https://docs.scenario.com/docs/controlnet
  type: Documentation
- url: https://docs.scenario.com/docs/3d-model-generation
  type: Documentation
description: Generate game-ready images, video, audio, and 3D assets from text prompts, reference images,
  or ControlNet guides. Supports text-to-image, image-to-image, ControlNet (txt2img and img2img), text-to-3D,
  image-to-3D, and modality-specific endpoints for video and audio. Accepts prompt, negative prompt, numSamples,
  guidance, numInferenceSteps, width, height, and modelId; returns an async job that resolves into one
  or more assets. A dryRun parameter returns the compute-unit cost without executing the job.