Skip to content

API Reference

The Drape REST API is available at https://app.drape.io/api/v1/.

Authentication

All API requests require a Bearer token:

curl -H "Authorization: Bearer drape_tok_xxxx" \
  https://app.drape.io/api/v1/health

API keys are scoped to an organization and can be created in Settings > API Keys.

OpenAPI Specification

View full API reference →

The interactive reference documents every endpoint, request/response schema, and authentication requirement. It is generated from the live OpenAPI 3.1 spec.

You can also download the raw spec: openapi.json