{
  "schema_version": "v1",
  "name_for_human": "PixelDojo",
  "name_for_model": "pixeldojo",
  "description_for_human": "Generate AI images and videos using Flux, Qwen, WAN, Kling, and other models.",
  "description_for_model": "PixelDojo is an AI image and video generation platform. Use this API to generate images (Flux, Qwen, WAN, Z-Image) and videos (Kling) programmatically. The API uses async jobs: submit a job via POST /models/{modelId}/run, then poll GET /jobs/{jobId} for results. Authentication requires a Bearer token API key.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://pixeldojo.ai/api/openapi"
  },
  "logo_url": "https://pixeldojo.ai/pdlogo.png",
  "contact_email": "support@pixeldojo.ai",
  "legal_info_url": "https://pixeldojo.ai/terms",
  "endpoints": {
    "llms_txt": "https://pixeldojo.ai/llms.txt",
    "llm_txt": "https://pixeldojo.ai/llm.txt",
    "openapi": "https://pixeldojo.ai/api/openapi",
    "agents_page": "https://pixeldojo.ai/agents",
    "agents_markdown": "https://pixeldojo.ai/agents.md",
    "api_docs": "https://pixeldojo.ai/api-docs",
    "api_platform": "https://pixeldojo.ai/api-platform"
  }
}
