Skip to content
AXIFI.
API Documentation

AXIFI API Reference

Build powerful clinical intelligence applications with the AXIFI API. Access our 50+ AI agent pipeline, compound database, and clinical tools through a simple REST API.

Quick Start

curl https://api.axifi.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXIFI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "messages": [
      {"role": "user", "content": "What are the benefits of BPC-157?"}
    ],
    "model": "axifi-clinical-v1"
  }'
Authentication
All API requests require authentication via API key in the Authorization header.
Rate Limits
Rate limits vary by plan. Check your current limits and usage in your dashboard.
Error Handling
Learn about API error codes, response formats, and best practices for handling errors.
Hi!