APImingyan

API Documentation

Keyiyun OpenAI-compatible API gateway for AI video, image, and text APIs.

API Introduction

Keyiyun API provides AI video generation, image generation, and text processing capabilities across Sora, VEO, Seedance, Vidu, Grok, Nano Banana, GPT Image 2, and multiple LLM text models.
Base URL: https://zcbservice.aizfw.cn/kyyReactApiServer. All endpoints authenticate with Authorization: Bearer {{key}}.

Quick Start

Get an API Key

Create an API key in the dashboard and keep it secure.

Choose a model

Select a video, image, or text model for your use case.

Call the API

Authenticate with Authorization: Bearer {{key}} and send your first request.

Read the quickstart

Follow the guide to create credentials, choose a model, and call the API.

Authentication example

cURL
curl https://zcbservice.aizfw.cn/kyyReactApiServer/v1/sora/videos \
  -H "Authorization: Bearer {{key}}" \
  -H "Content-Type: application/json"

Common entry points