API_VERSION_4.0_STABLE
Neural Interface API
Build directly on top of the BlizFlow security matrix with our high-performance REST and GraphQL endpoints.
Authentication
All requests to the Matrix must be authenticated using an X-Matrix-Key. You can generate your access tokens in the Security Dashboard.
curl -H "X-Matrix-Key: your_token_here" \
https://api.blizflow.site/v1/healthCore Endpoints
POST
/v1/envelope/sealSecurely encrypt a raw payload using the BlizFlow Matrix. Returns an AES-256 cipher pulse.
GET
/v1/keys/pulseRetrieve your unique node public key for client-side encryption handshakes.
POST
/v1/matrix/syncInject local configuration pulses into the organizational vault across all environments.
Documentation SDK
Download our official SDKs for Node.js, Python, and Go to accelerate your integration.
Resources
- Postman Collections
- Swagger Specification
- Rate Limits
- Error Codes
