{
  "format": "delx/discovery-pack/v1",
  "id": "create-media-assets",
  "title": "Create image, voice and video assets",
  "description": "Start with the right media primitive and pay only for the delivered image, speech clip or short video draft.",
  "audience": "Creative, marketing and product agents",
  "query": "create an image voice clip or short video for an agent workflow",
  "keywords": [
    "image generation API",
    "text to speech API",
    "video generation API",
    "agent media",
    "x402 media"
  ],
  "updated_at": "2026-08-01",
  "canonical_url": "https://commerce.delx.ai/packs/create-media-assets",
  "machine_url": "https://commerce.delx.ai/packs/create-media-assets.json",
  "entrypoints": {
    "human": "https://commerce.delx.ai/?q=create%20an%20image%20voice%20clip%20or%20short%20video%20for%20an%20agent%20workflow",
    "intent_search": "https://api.delx.ai/api/v1/x402/start?q=create%20an%20image%20voice%20clip%20or%20short%20video%20for%20an%20agent%20workflow",
    "graph": "https://commerce.delx.ai/discovery.json"
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "discovery-pack-create-media-assets"
  },
  "products": [
    {
      "tool_name": "generate_image",
      "service_name": "Delx FLUX Image",
      "category": "image",
      "price_usdc": "0.01",
      "method": "POST",
      "route": "/api/v1/x402/image",
      "product_url": "https://commerce.delx.ai/products/generate-image",
      "intent_url": "https://commerce.delx.ai/intents/cheap-image-generation-api",
      "machine_url": "https://commerce.delx.ai/intents/cheap-image-generation-api.json",
      "example_input": {
        "prompt": "A friendly robot creating digital art for an AI agent",
        "aspect_ratio": "1:1",
        "quality_profile": "balanced"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/image -m POST -H 'x-delx-source: discovery-pack-create-media-assets' --max-amount 0.01 -b '{\"prompt\":\"A friendly robot creating digital art for an AI agent\",\"aspect_ratio\":\"1:1\",\"quality_profile\":\"balanced\"}'"
    },
    {
      "tool_name": "transform_image",
      "service_name": "Delx Image Transform",
      "category": "image",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/image-transform",
      "product_url": "https://commerce.delx.ai/products/transform-image",
      "intent_url": "https://commerce.delx.ai/intents/image-resize-conversion-api",
      "machine_url": "https://commerce.delx.ai/intents/image-resize-conversion-api.json",
      "example_input": {
        "image_base64": "\u003cbase64 PNG/JPEG/WebP up to 6 MiB>",
        "output_format": "webp",
        "max_dimension": 1024,
        "quality": 85
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/image-transform -m POST -H 'x-delx-source: discovery-pack-create-media-assets' --max-amount 0.001 -b '{\"image_base64\":\"\u003cbase64 PNG/JPEG/WebP up to 6 MiB>\",\"output_format\":\"webp\",\"max_dimension\":1024,\"quality\":85}'"
    },
    {
      "tool_name": "generate_speech",
      "service_name": "Delx Kokoro Speech",
      "category": "audio",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/speech",
      "product_url": "https://commerce.delx.ai/products/generate-speech",
      "intent_url": "https://commerce.delx.ai/intents/text-to-speech-api",
      "machine_url": "https://commerce.delx.ai/intents/text-to-speech-api.json",
      "example_input": {
        "input": "Your agent task is complete.",
        "model": "tts-1",
        "voice": "alloy",
        "response_format": "wav",
        "speed": 1
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/speech -m POST -H 'x-delx-source: discovery-pack-create-media-assets' --max-amount 0.001 -b '{\"input\":\"Your agent task is complete.\",\"model\":\"tts-1\",\"voice\":\"alloy\",\"response_format\":\"wav\",\"speed\":1}'"
    },
    {
      "tool_name": "generate_video_draft",
      "service_name": "Delx P-Video Draft",
      "category": "video",
      "price_usdc": "0.03",
      "method": "POST",
      "route": "/api/v1/x402/video-draft",
      "product_url": "https://commerce.delx.ai/products/generate-video-draft",
      "intent_url": "https://commerce.delx.ai/intents/affordable-video-generation-api",
      "machine_url": "https://commerce.delx.ai/intents/affordable-video-generation-api.json",
      "example_input": {
        "prompt": "A cinematic silver fox runs through fresh snow, tracking shot",
        "aspect_ratio": "16:9"
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/video-draft -m POST -H 'x-delx-source: discovery-pack-create-media-assets' --max-amount 0.03 -b '{\"prompt\":\"A cinematic silver fox runs through fresh snow, tracking shot\",\"aspect_ratio\":\"16:9\"}'"
    }
  ]
}
