📚 API Reference

Complete documentation for Base API

API Reference

Welcome to the Base API documentation.

Getting Started

Base URL:

https://api.base-api.io/v1

Authentication

Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Authentication API

POST /auth/register

Register a new user

curl -X POST https://api.base-api.io/v1/auth/register \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email": "[email protected]", "password": "secure123"}'

Email API

POST /emails/send

Send an email