Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.dromo.io/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The Dromo API uses API keys to authenticate requests. You can view and manage your API keys in the Dromo Dashboard.
Keep your backend API keys secure!
  • Never expose them in client-side code
  • Store them securely in environment variables

Authentication Methods

To send an authorized API call, include your backend API key in the X-Dromo-License-Key header.
curl -H "X-Dromo-License-Key: YOUR_API_KEY" \
      https://app.dromo.io/api/v1/schemas