API Documentation
Comprehensive documentation for integrating with the Vetable API
Getting Started
Learn how to authenticate and make your first API request
The Vetable API provides programmatic access to our veterinary diagnosis system. To get started, you'll need an API key.
Authentication
All API requests require authentication using an API key. Include your API key in the request header:
Authorization: Bearer YOUR_API_KEY
Sign up for an account to request an API key.
API Overview
Understanding the Vetable API structure
The Vetable API is organized around REST principles. It uses standard HTTP response codes, authentication, and verbs.
Base URL
All API requests should be made to:
https://api.vetable.com/v1
Response Format
All responses are returned in JSON format.