API Documentation

RxLabelGuard REST API reference. Two endpoints, structured JSON responses, and five-level severity scoring — all sourced from FDA Structured Product Labeling.

Quick Start

1. Create a free account 2. Generate an API key from the dashboard 3. Make your first request:

curl -X POST "https://api.rxlabelguard.com/v1/interactions/check" \
  -H "Content-Type: application/json" \
  -H "x-api-key: rxlg_your_api_key" \
  -d '{"drugs": ["warfarin", "aspirin"]}'

Interactive Playground

Test API requests directly in your browser. Open Playground (requires sign-in)