API 2022-2024 Documentation
Legacy API Endpoints
Discover archived API documentation covering our second-generation edge computing and AI integration systems from 2022-2024. This includes authentication, edge services, and machine learning operations for legacy systems.
Authentication
- /api/v1.2/auth/token
- /api/v1.2/auth/clients
Edge Services
- /api/v1.2/edge/nodes
- /api/v1.2/edge/tasks
Common API Examples
POST /api/v1.2/auth/token
Authentication
{
"client_id": "your_client_id",
"client_secret": "your_client_secret"
}
Obtain authentication token for API access
GET /api/v1.2/edge/nodes
Edge ServicesList available edge nodes in the system
POST /api/v1.2/edge/tasks
Edge Services
{
"action": "start",
"target_node": "n1234",
"payload": "sample_data",
"priority": "high"
}
Execute a task on target edge node
Need Legacy API Access?
These APIs are deprecated and replaced by newer versions. For continued support with current systems, request access for maintenance or migration needs.
Request Access