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:
-
1Smart Home Layer
Device management, automation rules, energy monitoring, and control interfaces for residential and commercial deployments. -
2AI Intelligence Layer
Machine learning models, predictive analytics, AI agents, and computer vision APIs for enterprise applications. -
3Management Layer
Multi-tenant admin dashboard, CMS, user management, analytics, and campaign tools for platform operators.
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?