Loading...
Animal Detect logo

API endpoint update

New integrations should use . Existing URLs will keep working for the next few months while teams migrate.

Docs Markdown

Free endpoint
GET /v1/docs/markdown

Fetch a Markdown export of the public API docs for offline reference or tooling.

Try in Playground

Examples

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.