Monarch API

Monarch API docs

Reference for models, compute, datasets, training, inference, accounts and agent access.

Quickstart

Quickstart

Send requests to https://app.africacomputefund.com/v1 with your API key as a Bearer token.

API keyAdd funds
curl https://app.africacomputefund.com/v1/responses \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: YOUR_STABLE_REQUEST_ID" \
  -d '{"model":"your-model-id","input":"Summarize this text"}'
GET/v1/gpusGet Available GPUs
API key required

Get Available GPUs.

Authentication

Send your Monarch API key in the Authorization header as a Bearer token.