API Overview
Base URL
Section titled “Base URL”https://api.o-key.ai/v1Authentication
Section titled “Authentication”All API requests require a Bearer token in the Authorization header:
Authorization: Bearer <your-api-token>Available Endpoints
Section titled “Available Endpoints”| Method | Path | Description |
|---|---|---|
| GET | /contacts | List contacts |
| POST | /contacts | Create a contact |
| GET | /tasks | List tasks |
| POST | /messages | Send a message |
Detailed documentation for each endpoint will be added in upcoming updates.