Triplit HTTP API

RESTful HTTP API for interacting with a Triplit sync server, supporting fetch, insert, bulk-insert, update, delete, delete-all, and healthcheck operations. Authenticated via JWT Bearer tokens (Service or Anonymous tokens). Base URL follows the pattern https://.triplit.io.

Documentation

API entry from apis.yml

apis.yml Raw ↑
aid: triplit:http-api
name: Triplit HTTP API
description: RESTful HTTP API for interacting with a Triplit sync server, supporting fetch, insert, bulk-insert,
  update, delete, delete-all, and healthcheck operations. Authenticated via JWT Bearer tokens (Service
  or Anonymous tokens). Base URL follows the pattern https://<project-id>.triplit.io.
humanURL: https://www.triplit.dev/docs/http-api
baseURL: https://<project-id>.triplit.io
tags:
- Database
- REST
- Real-time
- CRUD
properties:
- type: Documentation
  url: https://www.triplit.dev/docs/http-api