Docs Markdown
Free endpointGET /v1/docs/markdownFetch a Markdown export of the public API docs for offline reference or tooling.
Try in PlaygroundExamples
Node.js / Express
const response = await fetch('https://api.animaldetect.com/v1/docs/markdown')
const markdown = await response.text()Example Response
"# Animal Detect API Documentation (Full Export)\n\nGenerated: 2026-06-05T10:00:00.000Z\nBase URL: https://api.animaldetect.com/v1\n\n## Endpoint Index"Status Codes
200Markdown documentation returned.
Notes
- This endpoint is public so tools can discover the latest API docs.