Tonic.ai website screenshot

Tonic.ai

Tonic.ai builds developer-data products for de-identifying, subsetting, and synthesizing data for AI and software teams. The portfolio includes Tonic Structural (structured/semi-structured data), Tonic Textual (unstructured free-text and files), Tonic Validate (RAG evaluation), and Tonic Fabricate (relational synthetic data and mock APIs). Each product ships its own REST API and SDKs.

4 APIs 0 Features
Synthetic DataDe-IdentificationPrivacyUnstructured DataRAG EvaluationRESTSDKDeveloper Tools

APIs

Tonic Structural REST API

REST API for Tonic Structural - de-identify, subset, and synthesize structured and semi-structured data. Authentication via API token in the Authorization header (Authorization ...

Tonic Textual REST API

REST API for Tonic Textual - de-identify, redact, and synthesize unstructured data, free-text, and files. Authentication via API key in the Authorization header. Backed by a Pyt...

Tonic Validate

Tonic Validate is an open-source RAG evaluation framework and metrics platform for measuring retrieval-augmented generation quality. Used via a Python SDK that reports runs to t...

Tonic Fabricate

Tonic Fabricate generates synthetic relational data, free-text, and mockable APIs from a schema definition. Used through the Fabricate web app and project APIs.

Collections

Pricing Plans

Tonic Ai Plans Pricing

1 plans

PLANS

Rate Limits

Tonic Ai Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
Website
Website
🔗
Documentation
Documentation
👥
GitHub
GitHub
🔗
LinkedIn
LinkedIn
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Tonic Structural REST API
  version: '1.0'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Workspaces
    type: folder
  items:
  - info:
      name: List workspaces
      type: http
    http:
      method: GET
      url: https://{tonicHost}/api/workspace
      params:
      - name: api-version
        value: ''
        type: query
        description: 'Tonic API version (for example `v2023.07.0`). Required on every

          request unless a default version is configured.

          '
    docs: List workspaces
- info:
    name: Generate Data
    type: folder
  items:
  - info:
      name: Start a data generation job
      type: http
    http:
      method: POST
      url: https://{tonicHost}/api/generateData/start
      params:
      - name: api-version
        value: ''
        type: query
        description: 'Tonic API version (for example `v2023.07.0`). Required on every

          request unless a default version is configured.

          '
      - name: workspaceId
        value: ''
        type: query
      - name: strictMode
        value: ''
        type: query
    docs: Start a data generation job
  - info:
      name: Get data generation job status
      type: http
    http:
      method: GET
      url: https://{tonicHost}/api/generateData
      params:
      - name: api-version
        value: ''
        type: query
        description: 'Tonic API version (for example `v2023.07.0`). Required on every

          request unless a default version is configured.

          '
      - name: workspaceId
        value: ''
        type: query
    docs: Get data generation job status
- info:
    name: Table Relationships
    type: folder
  items:
  - info:
      name: Get table relationships for a workspace
      type: http
    http:
      method: GET
      url: https://{tonicHost}/api/table/relationships
      params:
      - name: api-version
        value: ''
        type: query
        description: 'Tonic API version (for example `v2023.07.0`). Required on every

          request unless a default version is configured.

          '
      - name: workspaceId
        value: ''
        type: query
      - name: useSchemaCache
        value: ''
        type: query
        description: When true, returns cached schema relationships.
    docs: Get table relationships for a workspace
bundled: true