Knowi website screenshot

Knowi

Knowi is an analytics and business intelligence platform with native integration to NoSQL, SQL, and REST API data sources, providing AI-powered analytics, embedded dashboards, and natural language querying.

2 APIs 0 Features
AI AnalyticsAPI AnalyticsBusiness IntelligenceData VisualizationEmbedded AnalyticsNoSQL Analytics

APIs

Knowi Management API

The Knowi Management API enables programmatic administration of users, groups, and dashboards in a Knowi workspace using OAuth 2.0 bearer tokens. It supports automation of provi...

Knowi Push Data API

The Knowi Push Data API enables real-time data ingestion to and pull retrieval from Knowi datasets. Push data over HTTP to create or update datasets on the fly, and query result...

Collections

Pricing Plans

Knowi Plans Pricing

3 plans

PLANS

Rate Limits

Knowi Rate Limits

5 limits

RATE LIMITS

FinOps

Knowi Finops

FINOPS

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
📰
Blog
Blog
📰
BlogRSS
BlogRSS
💰
Pricing
Pricing
🔗
Login
Login
📝
Signup
Signup
💬
Support
Support
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Knowi Push Data API
  version: '1.0'
request:
  auth:
    type: apikey
    key: X-API-Key
    value: '{{X-API-Key}}'
    placement: header
items:
- info:
    name: Push
    type: folder
  items:
  - info:
      name: Push data to dataset
      type: http
    http:
      method: POST
      url: https://www.knowi.com/live/:identifier
      params:
      - name: identifier
        value: ''
        type: path
        description: Dataset identifier (API key associated with the target dataset).
      body:
        type: json
        data: '{}'
    docs: Send real-time data to a Knowi dataset. If the named entity does not exist, a new dataset is created. Optional override
      strategies allow replacing the entire dataset or replacing values keyed by specific fields.
- info:
    name: Pull
    type: folder
  items:
  - info:
      name: Pull dataset
      type: http
    http:
      method: GET
      url: https://www.knowi.com/api/data/:apiKey
      params:
      - name: apiKey
        value: ''
        type: path
        description: API key associated with the target dataset.
      - name: entityName
        value: ''
        type: query
        description: Dataset name.
      - name: identifier
        value: ''
        type: query
        description: Dataset ID.
      - name: exportFormat
        value: ''
        type: query
        description: Output format for the response payload.
      - name: c9SqlFilter
        value: ''
        type: query
        description: SQL WHERE clause used to filter the records returned.
      - name: limit
        value: ''
        type: query
        description: Maximum number of records to return.
      - name: optimized
        value: ''
        type: query
        description: When true, returns an optimized response format.
    docs: Retrieve records from a Knowi dataset, optionally filtered and exported in a chosen format.
bundled: true