Skip to content
Back to Magic Hour API Docs

Card snapshot

docs.magichour.ai · 2026-09-09 03:04:02 UTC · 8b4e3baf610bc49c19ee6fd9fc992cc639704254c350d1c18027cc5db94b393f

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Magic Hour API Docs",
  "description": "Easily generate videos, images, and audio using Magic Hour's API. Follow our documentation to seamlessly integrate AI content creation into your applications.",
  "url": "https://docs.magichour.ai/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.magichour.ai/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.magichour.ai/",
    "organization": "Magic Hour API Docs"
  },
  "documentationUrl": "https://docs.magichour.ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "magichour",
      "name": "Magichour",
      "description": "Use when building AI-powered video, image, and audio generation into applications. Reach for this skill when integrating face swaps, image generation, video editing, voice synthesis, or other media creation workflows via REST API.",
      "tags": [],
      "url": "https://docs.magichour.ai/.well-known/agent-skills/magichour/skill.md"
    }
  ]
}