Developers

One API for your whole business.

Programmatic access across every Cloove product - commerce, money, voice and messaging. Create keys, call clean REST endpoints, and stream events to your stack with signed webhooks.

terminal - list pending orders
# List this week's pending orders
curl https://api.clooveai.com/v1/orders?status=pending \
-H "Authorization: Bearer clv_live_…"
 
# → 200 OK
{ "data": [{ "id": "ord_91", "total": 29000 }],
"meta": { "count": 1 } }
webhook - signed delivery to your endpoint
{
"event": "payment.received",
"data": {
"amount": 29000,
"currency": "NGN",
"order_id": "ord_91",
"channel": "whatsapp"
}
}
Built for builders

Everything you need to ship.

API keys

Issue scoped test and live keys. Restrict each by allowed domain or IP range.

Webhooks

Point endpoints at your stack and subscribe only to the events you care about.

Realtime events

Know the instant an order lands, a payment clears or a call ends.

Signed & verifiable

Every webhook is signed with a per-environment secret you can verify.

Rotate & revoke

Roll keys and signing secrets the moment you need to - no downtime.

REST + JSON

Predictable endpoints and one consistent response envelope across the API.

Resources

Reach every product through one API.

The same key works across commerce, money, voice and messaging - no separate integrations to wire up.

Commerce

Cloove Go

  • GET · POST/v1/products
  • GET/v1/inventory
  • GET · POST/v1/orders
  • GET/v1/customers

Money

Cloove Money

  • GET/v1/wallet
  • POST/v1/payments
  • POST/v1/payouts
  • GET · POST/v1/debts
  • GET · POST/v1/expenses

Voice

Cloove Vox

  • GET · POST/v1/vox/calls
  • GET/v1/vox/agents
  • GET/v1/vox/numbers

Messaging

Cloove Go & Keep

  • POST/v1/messages
  • GET/v1/conversations
  • GET · POST/v1/webhook-endpoints

Base URL https://api.clooveai.com · Bearer auth · every response wraps { success, message, data, meta }.

Read the full reference
Webhook events

The moments you can subscribe to.

A signed payload hits your endpoint the instant something happens - across every product.

order.created

A new order came in.

order.updated

An order changed status.

payment.received

Money landed in your wallet.

payout.completed

A payout settled to a bank.

debt.recorded

A customer balance was logged.

inventory.low_stock

An item dropped below its threshold.

message.received

A customer replied on a channel.

vox.call.completed

A voice call ended, with transcript.

Live now · set up in minutes

Give your business an AI workforce.

Create your account at app.clooveai.com, or just message our AI assistant on WhatsApp - it sets you up in the conversation. No demos to wait for.