API Reference
Endpoints Overview
Section titled “Endpoints Overview”This page keeps the core endpoints currently maintained in the English docs, so they can be read alongside model detail pages, error codes, and rate limits.
Base URL
Section titled “Base URL”https://api.hiapi.ai/v1Images
POST/images/generationsOpenAI Images API-compatible image generation.POST/chat/completionsChat-compatible image generation and multimodal responses.Videos
POST/videosCreate a video generation task.GET/videos/{id}Check video task status and retrieve the result.Account and Metadata
GET/modelsList currently available models.GET/dashboard/billing/usageCheck credit balance and usage.How to use this page with model docs
Section titled “How to use this page with model docs”- Start from the model overview to confirm whether the model is an image or video model.
- Use
images,chat, orvideosaccording to the model detail page. - Check the pricing page for current prices.
- If a request fails, continue with error codes and rate limits.