Grapes Knowledge Base website screenshot

Grapes Knowledge Base

Grapes is a knowledge management platform with administrative, configuration, and project management capabilities. The Grapes API allows automation of recurring operations including project administration, agent configuration, and dataset import/export. Documentation is available in English and French.

1 APIs 0 Features
Knowledge ManagementKnowledge BaseData ManagementAutomationHATEOAS

APIs

Grapes API

The Grapes API allows you to automate recurring operations on the Grapes knowledge management platform, including project administration, agent configuration, and dataset import...

Collections

Pricing Plans

Rate Limits

Grapes Knowledge Base Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Grapes Knowledge Base Context

9 classes · 2 properties

JSON-LD

Resources

🔗
Documentation
Documentation
🔗
DeveloperDocs
DeveloperDocs
🔗
UserGuide
UserGuide
🔗
OpenAPI
OpenAPI
🔗
JSONSchema
JSONSchema
🔗
JSONLDContext
JSONLDContext
🔗
Rules
Rules

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Grapes Knowledge Base API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Projects
    type: folder
  items:
  - info:
      name: List projects
      type: http
    http:
      method: GET
      url: https://api.data-grapes.com/projects
    docs: List projects
  - info:
      name: Create project
      type: http
    http:
      method: POST
      url: https://api.data-grapes.com/projects
      body:
        type: json
        data: '{}'
    docs: Create project
  - info:
      name: Get project
      type: http
    http:
      method: GET
      url: https://api.data-grapes.com/projects/:projectId
      params:
      - name: projectId
        value: ''
        type: path
    docs: Get project
- info:
    name: Agents
    type: folder
  items:
  - info:
      name: List agents
      type: http
    http:
      method: GET
      url: https://api.data-grapes.com/agents
    docs: List agents
  - info:
      name: Create agent
      type: http
    http:
      method: POST
      url: https://api.data-grapes.com/agents
      body:
        type: json
        data: '{}'
    docs: Create agent
- info:
    name: Datasets
    type: folder
  items:
  - info:
      name: List datasets
      type: http
    http:
      method: GET
      url: https://api.data-grapes.com/datasets
    docs: List datasets
  - info:
      name: Export dataset
      type: http
    http:
      method: GET
      url: https://api.data-grapes.com/datasets/:datasetId/export
      params:
      - name: datasetId
        value: ''
        type: path
    docs: Export dataset
  - info:
      name: Import dataset
      type: http
    http:
      method: POST
      url: https://api.data-grapes.com/datasets/import
      body:
        type: json
        data: '{}'
    docs: Import dataset
bundled: true