Skip to content

OpenAI API Direct Usage

If you call the API directly via SDK or HTTP requests, simply point the Base URL to the relay address.

  • Base URL: https://hboom.ai/v1
  • Auth: Authorization: Bearer sk-xxxxxxxxxxxx

API Docs

The OpenAI-compatible API docs are split into two sub-pages:

DocDescription
Chat CompletionsRequest params, SDK examples, and streaming for /v1/chat/completions
VideosCreate, poll, download and webhook for /v1/videos

Supported OpenAI-Compatible Endpoints

EndpointMethodDescription
/v1/chat/completionsPOSTChat completion, supports streaming
/v1/videosPOSTCreate a video generation task
/v1/videos/{video_id}GETQuery video task status and progress
/v1/videos/{video_id}/contentGETDownload video, thumbnail, or spritesheet

Recommendations

  • For existing OpenAI SDK projects, start with Chat Completions
  • For video generation or task status, go to Videos
  • For third-party tool integration, just replace the Base URL and API Key

hboom AI