API Documentation
Welcome to eeiif API Platform
Access our secure and scalable APIs to integrate edge computing, AI models, and distributed infrastructure capabilities into your solutions. All APIs require authentication via bearer token.
Authentication
-
/api/v1/auth/token
-
/api/v1/auth/revoke
Edge Services
-
/api/v1/edge/nodes
- List available edge nodes -
/api/v1/edge/tasks
- Manage edge computing tasks
AI Operations
-
/api/v1/ai/models
- List available AI models -
/api/v1/ai/infer
- Execute AI inference
Example API Endpoints
GET /api/v1/auth/token
Obtain an authentication token for API access
{
"client_id": "YOUR_CLIENT_ID",
"client_secret": "YOUR_CLIENT_SECRET"
}
POST /api/v1/edge/tasks
Create and manage edge computing tasks
{
"command": "start",
"target_node": "n-7891",
"payload": {"model": "edge-2.5"}
}
POST /api/v1/ai/infer
Execute distributed AI inference tasks
{
"model_id": "vision-1",
"inputs": {"image_url": "https://image.source"},
"edge_node": "prefer-low-latency"
}
Ready to Integrate?
Get API access credentials and explore 50+ endpoints to build intelligent applications at the edge.
Request Developer Access