Quickstart

Quickstart

From zero to your first real API call in a few minutes.

Sign in to start the quickstart.

Your trial credit

New accounts get bonus credit to spend on trial models. Recharge anytime to unlock paid models.

Bonus
$0.00
Balance
$0.00

1. Create an API key

Create your first key to authenticate requests.

2. Copy an example

Send your key in the Authorization header. Replace the placeholder — never paste a real key into shared files.

Base URL
https://api.moyuncourse.site/v1
Model
gemini-flash
curl https://api.moyuncourse.site/v1/chat/completions \
  -H "Authorization: Bearer <YOUR_NODARYX_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini-flash",
    "messages": [{"role": "user", "content": "Hello from Nodaryx"}]
  }'

3. Make your first call

Paste a real key to send one live request. Your key stays in this browser and is never sent to Nodaryx servers from here.

Response
Send the request to see the model response.

4. View your usage

Every call is metered. Check tokens, cost, and history.