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.

View Documentation

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.com

Endpoints

Core API Endpoints

Comprehensive REST API for generating completions, managing models, and building applications. View full API reference →

POST/v1/completions

Generate 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
  }'
GET/v1/models

List all available neuromorphic models and their capabilities.

curl https://api.tideblaze.com/v1/models \
  -H "Authorization: Bearer YOUR_API_KEY"
POST/v1/compile

Compile 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"
  }'
GET/v1/telemetry

Retrieve 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.

Python

Official SDK

JavaScript

Official SDK

Go

Official SDK

Rust

Official SDK

Ready to build with Tideblaze?

Get your API key, explore the documentation, and start building with neuromorphic intelligence in minutes.

View Documentation

Contact

Start a Tideblaze build.

Tell us about your deployment needs and we will connect you with a hardware specialist.