API0HUBAPI0HUB

Quick Start

Make your first API0HUB request.

  1. Sign in at https://www.api0hub.com.
  2. Top up your balance in Wallet / Recharge.
  3. Create an API key in API Keys / Tokens.
  4. Send a test request:
curl https://www.api0hub.com/v1/chat/completions \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4.1-mini",
    "messages": [
      { "role": "user", "content": "Say hello in one sentence." }
    ]
  }'

If the model cannot be found, check the exact model name in the console.

On this page

No headings