Developer Docs

API Reference

Integrate AIVizPilot into your applications. RESTful API with JSON responses.

Base URL: https://api.aivizpilot.com
Version: v1

Authentication

All API requests require a Bearer token. Include your API key in the Authorization header.

Example

curl -X GET https://api.aivizpilot.com/v1/dashboards \
  -H "Authorization: Bearer sk_live_your_api_key" \
  -H "Content-Type: application/json"

Rate Limits

Starter

100 req/min

Burst: 20 req/s

Professional

1,000 req/min

Burst: 100 req/s

Enterprise

Custom

Burst: Custom

Official SDKs

JavaScript

@aivizpilot/sdk

Python

aivizpilot-python

Ruby

aivizpilot-rb

Go

go-aivizpilot