API
Tideblaze API
A powerful API for neuromorphic intelligence. Call it from anywhere, just like GPT or Claude. Build applications with brain-inspired models that understand temporal patterns and process information with unprecedented efficiency.
Core capabilities
- •Compiler mappings for spiking networks and temporal logic.
- •Telemetry hooks for latency, synaptic drift, and reliability.
- •Simple REST API that works with any application or service.
- •RESTful endpoints with comprehensive authentication.
Documentation
Quick Start
Get started with the Tideblaze API in minutes. Authenticate, send your first request, and start building with neuromorphic intelligence. Full documentation →
Authentication
Use your API key in the Authorization header for all requests.
curl https://api.tideblaze.com/v1/completions \
-H "Authorization: Bearer YOUR_API_KEY"Base URL
All API requests are made to the production endpoint.
https://api.tideblaze.comEndpoints
Core API Endpoints
Comprehensive REST API for generating completions, managing models, and building applications. View full API reference →
/v1/completionsGenerate completions using neuromorphic models. Supports streaming responses and custom temperature settings.
curl https://api.tideblaze.com/v1/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "tideblaze-1",
"prompt": "Analyze the temporal pattern",
"temperature": 0.7,
"max_tokens": 1000
}'/v1/modelsList all available neuromorphic models and their capabilities.
curl https://api.tideblaze.com/v1/models \
-H "Authorization: Bearer YOUR_API_KEY"/v1/compileCompile PyTorch or ONNX spiking network models for use with the Tideblaze API.
curl https://api.tideblaze.com/v1/compile \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model_format": "pytorch",
"model_file": "base64_encoded_model"
}'/v1/telemetryRetrieve real-time metrics for latency, performance, and usage statistics for your API requests.
curl https://api.tideblaze.com/v1/telemetry \
-H "Authorization: Bearer YOUR_API_KEY"Features
Platform Capabilities
Model import
Convert PyTorch or ONNX spiking models with automated validation and optimization.
Runtime control
Tune model parameters, temperature, and generation settings in real time via API.
API observability
Monitor usage, latency, and performance metrics. Integrate with your existing dashboards and monitoring tools.
Integration
SDKs and Libraries
Official client libraries for popular languages and frameworks.
PythonOfficial SDK
JavaScriptOfficial SDK
GoOfficial SDK
RustOfficial SDK
Ready to build with Tideblaze?
Get your API key, explore the documentation, and start building with neuromorphic intelligence in minutes.