Adobe Creative Suite · JSON Structure

Adobe Creative Suite Firefly Async Job Submitted Structure

Response returned immediately after an async generation job is submitted

Type: object Properties: 2
CreativeDesignGraphicsPhotographyVideo

AsyncJobSubmitted is a JSON Structure definition published by Adobe Creative Suite, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

jobId statusUrl

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-creative-suite/refs/heads/main/json-structure/adobe-creative-suite-firefly-async-job-submitted-structure.json",
  "name": "AsyncJobSubmitted",
  "description": "Response returned immediately after an async generation job is submitted",
  "type": "object",
  "properties": {
    "jobId": {
      "type": "string",
      "description": "Unique identifier for the generation job",
      "example": "urn:firefly:jobs:abc123def456"
    },
    "statusUrl": {
      "type": "string",
      "description": "URL to poll for job status updates",
      "example": "https://firefly-api.adobe.io/v3/status/urn:firefly:jobs:abc123def456"
    }
  }
}