Get started
Make your first API call
Create a scoped key, keep it on your server, and send an authenticated request.
- 1
Create an API key
Open the developer dashboard and create a key for your environment.
- 2
Store it securely
DRAIMO_API_KEY=drm_live_...
- 3
Send a request
POST /v1/chatcurl 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