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 Nominal
POST
/compress

Start a new model compression job.

GET
/jobs/{id}

Retrieve status and telemetry for a job.

POST
/quantize

Direct hardware quantization endpoint.