Stability AI · Schema

AsyncGenerationResponse

3D GenerationAIGenerative AIImage GenerationImage EditingMachine LearningStable DiffusionText to ImageVideo Generation

Properties

Name Type Description
id string The unique generation ID used to poll for results.
status string The current status of the generation.
View JSON Schema on GitHub

JSON Schema

stability-ai-asyncgenerationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AsyncGenerationResponse",
  "title": "AsyncGenerationResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique generation ID used to poll for results."
    },
    "status": {
      "type": "string",
      "description": "The current status of the generation."
    }
  }
}