7AI Platform Documentation

Welcome to the 7AI developer documentation. This guide covers everything you need to integrate, configure, and build with the 7AI platform — from smart home automation to enterprise AI APIs.

💡
New to 7AI?
Start with the Quick Start Guide to get your first device connected in under 10 minutes, or explore our API Overview for integration options.

Platform Overview

The 7AI Platform consists of three integrated layers:

API Authentication

All API requests must include your API key in the Authorization header:

HTTP Request
GET /api/v1/devices HTTP/1.1
Host: api.7ai.africa
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

Quick Start

curl
curl -X GET "https://api.7ai.africa/v1/devices" \
  -H "Authorization: Bearer your_api_key" \
  -H "Content-Type: application/json"
Was this page helpful?