Skip to main content
  • API Version: 1.0.0
  • Base URL: https://console.cloud.timescale.com/public/api/v1

Authentication

The Tiger Cloud REST API uses HTTP Basic Authentication. Include your access key and secret key in the Authorization header.

Basic Authentication

Authorization: Basic <base64(access_key:secret_key)>

Example

# Using cURL
curl -X GET "https://console.cloud.timescale.com/public/api/v1/projects/{project_id}/services" \
  -H "Authorization: Basic $(echo -n 'your_access_key:your_secret_key' | base64)"

Service Management

You use this endpoint to create a Tiger Cloud service with one or more of the following addons:
  • time-series: a Tiger Cloud service optimized for real-time analytics. For time-stamped data like events, prices, metrics, sensor readings, or any information that changes over time.
  • ai: a Tiger Cloud service instance with vector extensions.
To have multiple addons when you create a new service, set "addons": ["time-series", "ai"]. To create a vanilla Postgres instance, set addons to an empty list [].

API Endpoints

The REST API is organized around three main resource types:

Service Management

Manage Tiger Cloud database services:

Read Replica Sets

Manage read replicas for improved read performance:

VPC Management

Manage Virtual Private Clouds for network isolation:

VPC Peering

Manage peering connections between VPCs:

Analytics

Track usage and events for analytics purposes: