Draimo developer platform

One API.
Useful outcomes.

Build AI, document workflows, institutional apps, and African payments without stitching together separate platforms.

POST /v1/chat
curl https://api.draimo.com/v1/chat \
  -H "Authorization: Bearer drm_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "message": "Summarize this policy",
    "context": "institutional"
  }'
Your appDraimo APIOutcome

Payments, built in

Local rails. Global cards.

M-PESA logo
Airtel Money logo
Visa logo
Mastercard logo

API surface

Everything behind one key.

AI

/v1/chat/v1/think/v1/research

Apps & files

/v1/apps/run/v1/files/analyze/v1/summarize

Payments

/v1/payments/charge/v1/payments/:id/v1/webhooks/test

Documentation

Build with Draimo

Get started

Make your first API call

Create a scoped key, keep it on your server, and send an authenticated request.

  1. 1

    Create an API key

    Open the developer dashboard and create a key for your environment.

  2. 2

    Store it securely

    DRAIMO_API_KEY=drm_live_...
  3. 3

    Send a request

    POST /v1/chat
    curl https://api.draimo.com/v1/chat \
      -H "Authorization: Bearer drm_live_..." \
      -H "Content-Type: application/json" \
      -d '{
        "message": "Summarize this policy",
        "context": "institutional"
      }'
    Your appDraimo APIOutcome

Ready to ship?

Create a scoped API key and make your first request.

Open dashboard