API Documentation

Integrate Apelio into your workflow with our powerful and easy-to-use API

Quick Start

Get started with the Apelio API in minutes. First, obtain your API key from your dashboard.

curl -X GET https://api.apelio.com/v1/projects \
  -H "Authorization: Bearer YOUR_API_KEY"

Fast & Reliable

99.9% uptime SLA with response times under 100ms globally

Secure

OAuth 2.0, API keys, and webhook signatures for maximum security

RESTful Design

Intuitive REST endpoints with JSON responses

Well Documented

Comprehensive guides, examples, and SDKs for all major languages

Core Endpoints

GET/v1/projects

Retrieve all projects for your account

POST/v1/projects

Create a new project

PUT/v1/projects/:id

Update an existing project

DELETE/v1/projects/:id

Delete a project

Official SDKs

Node.js

npm install @apelio/sdk

Python

pip install apelio-sdk

Ruby

gem install apelio

Ready to build?

Create your API key and start integrating in minutes

Get Your API Key