Galadri

Galadri API Documentation

One API for automotive AI. Tools, data, communications, and rich results built in.

Galadri is a complete backend for automotive AI applications. You get a streaming chat endpoint backed by an AI agent that connects to 20+ real-world data sources, automatically manages per-user data, communicates across channels, and returns structured results your UI can render as maps and cards. One integration replaces months of work.

Guides

API Reference

New to Galadri?

Start with the Quickstart guide to make your first API call in under 2 minutes.

Quick example

curl
curl -X POST https://api.galadri.com/v1/chat \
  -H "Authorization: Bearer gld_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "agent": "my-agent",
    "message": "Find oil change shops near Phoenix, AZ",
    "end_user_id": "user-123"
  }'

Base URL

https://api.galadri.com

All API endpoints are served from this base URL. Authentication is via API key in the Authorization header. See Authentication for details.