DocumentationAPI Reference
Neural API v1.0
The EdgeAI Neural API provides programmatic access to our sharding and quantization engines. Build custom optimization pipelines directly into your CI/CD.
Base URL
https://api.edge-ai.vercel.app/v1
Authentication
Neural endpoints require a Bearer token in the Authorization header. You can generate your access tokens from the Dashboard.
Example Header
Authorization: Bearer EDGE_KEY_0x7A2...
Endpoints
All Systems NominalPOST
/compressStart a new model compression job.
GET
/jobs/{id}Retrieve status and telemetry for a job.
POST
/quantizeDirect hardware quantization endpoint.