Skip to content

API Reference

Complete documentation for the AXIFI API v1

Endpoints
Compounds
Access the compound database with detailed information on peptides, supplements, and research chemicals
GET/api/v1/compounds
1 creditsSandbox+

List all compounds with pagination and filtering

page
numberPage number
limit
numberResults per page (max: 100)
category
stringFilter by category (peptide, supplement, etc)
search
stringSearch compound names
GET/api/v1/compounds/:slug
1 creditsSandbox+

Get detailed information for a specific compound

slugrequired
stringCompound slug (e.g., bpc-157)
GET/api/v1/compounds/:slug/research
2 creditsStarter+

Get research studies and citations for a compound

slugrequired
stringCompound slug
limit
numberNumber of studies (max: 50)
POST/api/v1/batch/compounds
5 creditsStarter+

Get multiple compounds in a single request

No URL parameters required

Hi!