BlizFlow Logo
BLIZFLOW
Establish Connection
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/health

Core Endpoints

POST/v1/envelope/seal

Securely encrypt a raw payload using the BlizFlow Matrix. Returns an AES-256 cipher pulse.

GET/v1/keys/pulse

Retrieve your unique node public key for client-side encryption handshakes.

POST/v1/matrix/sync

Inject 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