{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-daydreams-ecliptic-gg-montages",
  "title": "Ecliptic Daydreams \u00b7 Music Video Montage",
  "url": "https://api.daydreams.ecliptic.gg/montages",
  "category": "media",
  "summary": "Create automated music video montages by combining uploaded songs, video clips, and creative direction prompts.",
  "seo": {
    "title": "Ecliptic Daydreams AI Video Montage API | x402all.com",
    "description": "Generate AI music video montages via x402. Pay 0.2 USDC per call on Base. Upload audio and video clips with creative prompts."
  },
  "use_cases": [
    "Produce social media-ready music videos from user content",
    "Generate promotional video assets for musicians",
    "Create automated video edits from raw footage and audio"
  ],
  "ideal_buyer": "AI agents and creators automating music video production, social media content generation, or promotional asset creation.",
  "example_prompt": "Create a montage using this song and three beach clips with a 'summer nostalgia' creative direction.",
  "example_request_body": {
    "prompt": "summer nostalgia",
    "audioUrl": "https://example.com/song.mp3",
    "videoUrls": [
      "https://example.com/clip1.mp4"
    ]
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 10,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xfdeae251395004654fbd741824d08df95315ed6c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "200000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Upload a song plus one or more video clips and a short creative prompt, and Ecliptic will generate a music/video montage edit. The request returns a job and asset identifiers; poll GET /jobs/{jobId} until status = succeeded to read the final video URL.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "audio": {
              "type": "object",
              "properties": {
                "url": {
                  "type": "string",
                  "description": "Direct HTTPS URL to fetch the audio from (signed URLs are recommended; Drive/Dropbox share pages will fail)."
                },
                "assetId": {
                  "type": "string",
                  "description": "Existing audio asset identifier"
                },
                "filename": {
                  "type": "string",
                  "description": "Optional filename to persist when staging the audio object."
                },
                "contentType": {
                  "type": "string",
                  "description": "Optional MIME type override for the audio download."
                }
              },
              "description": "Audio reference. Provide either an existing assetId fetched earlier or a HTTPS URL we can download. The multipart form supports an 'audio' file field instead."
            },
            "prompt": {
              "type": "string",
              "description": "Optional creative brief (<=1000 characters) passed to the AI planner."
            },
            "videos": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "url": {
                    "type": "string",
                    "description": "Direct HTTPS URL to fetch the video from (signed URLs recommended; must stream raw media)."
                  },
                  "assetId": {
                    "type": "string",
                    "description": "Existing video asset identifier"
                  },
                  "filename": {
                    "type": "string",
                    "description": "Optional filename to persist when staging the video object."
                  },
                  "contentType": {
                    "type": "string",
                    "description": "Optional MIME type override for the video download."
                  }
                }
              },
              "description": "List of video references. Each entry may reuse an assetId or provide a direct HTTPS URL we can download. The multipart form accepts repeated 'videos' file fields."
            },
            "username": {
              "type": "string",
              "description": "Optional display name (<=50 characters). Used for job tracking and output naming."
            }
          }
        },
        "output": {
          "type": "object",
          "required": [
            "jobId",
            "audioAssetId",
            "videoAssetIds"
          ],
          "properties": {
            "jobId": {
              "type": "string",
              "description": "Identifier for the queued montage. Poll GET /jobs/{jobId} until status=succeeded to obtain the CDN URL."
            },
            "audioAssetId": {
              "type": "string",
              "description": "Staged audio asset identifier. Use it in future montage calls or GET /assets to inspect metadata."
            },
            "videoAssetIds": {
              "type": "array",
              "items": {
                "type": "string"
              },
              "description": "Staged video asset identifiers, matching the order of the submitted clips."
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-daydreams-ecliptic-gg",
    "host": "api.daydreams.ecliptic.gg",
    "url": "https://api.daydreams.ecliptic.gg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-daydreams-ecliptic-gg-montages",
    "url": "https://x402all.com/resource/api-daydreams-ecliptic-gg-montages",
    "name": "Ecliptic Daydreams \u00b7 Music Video Montage",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-daydreams-ecliptic-gg-montages",
      "@type": "Offer",
      "price": "0.2",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.200000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.daydreams.ecliptic.gg/montages",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-daydreams-ecliptic-gg",
      "url": "https://api.daydreams.ecliptic.gg",
      "name": "api.daydreams.ecliptic.gg",
      "@type": "Organization"
    },
    "identifier": "api-daydreams-ecliptic-gg-montages",
    "description": "Generate AI music video montages via x402. Pay 0.2 USDC per call on Base. Upload audio and video clips with creative prompts.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-daydreams-ecliptic-gg-montages",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-daydreams-ecliptic-gg-montages"
}
