Search
Search regulatory documents by keyword with page-level results
POST
Request Body
The search query text. Searches across document content using BM25 ranking.
Maximum number of results to return. Min: 1, Max: 100.
Number of results to skip for pagination. Min: 0.
Filter results to specific datasets. Empty array searches all datasets.
Available datasets include:
fda_drug, fda_biologic, fda_pma,
fda_denovo_or_510k, fda_guidance, fda_warning_letters,
fda_clinical_trials, fda_483, fda_inspections, ema_epar,
ema_guidelines, canada_guidance, and more. See
Introduction for the full list.Filter results from this year onwards (inclusive).
Filter results up to this year (inclusive).
Response
Array of search results, ordered by relevance score.
Total number of matching results (for pagination).
Error Codes
| Status | Description |
|---|---|
| 400 | Invalid request body |
| 401 | Missing or invalid API key |
| 429 | Rate limit exceeded (50 requests/minute) |
| 500 | Internal server error |