Askable

by Gentic AI

PricingIntegrationsContact Us
Try DemoBook Founder Demo
Askable by Gentic AI — Developer Resources

Gentic Platform API

Public Gentic Platform APIs documented at docs.gentic.in. Base URL https://api.gentic.in/v1. Authenticate with the X-API-Key header.

Related: Developer index · OpenAPI · llms.txt · MCP discovery

Canonical reference: docs.gentic.in/docs/api-reference/overview. Base URL: https://api.gentic.in/v1. Auth: X-API-Key: <api-key>.

API overview

Authentication, base URL, response format, errors, rate limits, and SDK usage for the Gentic Platform API.

Get started

Quick start guide for building with Gentic agents, knowledge, and workflows.

Agents API

Create, manage, and converse with Gentic agents. Endpoints: GET /agents · POST /agents · GET /agents/{agentId} · PUT /agents/{agentId} · DELETE /agents/{agentId} · POST /agents/{agentId}/converse.

Knowledge Sources API

Connect, manage, and query knowledge sources. Endpoints: GET /knowledge-sources · POST /knowledge-sources · GET /knowledge-sources/{sourceId} · PUT /knowledge-sources/{sourceId} · DELETE /knowledge-sources/{sourceId} · POST /knowledge-sources/{sourceId}/connect.

Workflows API

Create, manage, and execute multi-step workflows. Endpoints: GET /workflows · POST /workflows · GET /workflows/{workflowId} · PUT /workflows/{workflowId} · DELETE /workflows/{workflowId} · POST /workflows/{workflowId}/execute.

Endpoint list

Agents

  • GET /agents List all agents
  • POST /agents Create a new agent
  • GET /agents/{agentId} Get agent details
  • PUT /agents/{agentId} Update agent
  • DELETE /agents/{agentId} Delete agent
  • POST /agents/{agentId}/converse Converse with agent

Knowledge Sources

  • GET /knowledge-sources List all knowledge sources
  • POST /knowledge-sources Create a new knowledge source
  • GET /knowledge-sources/{sourceId} Get knowledge source details
  • PUT /knowledge-sources/{sourceId} Update knowledge source
  • DELETE /knowledge-sources/{sourceId} Delete knowledge source
  • POST /knowledge-sources/{sourceId}/connect Connect knowledge source to an agent

Workflows

  • GET /workflows List all workflows
  • POST /workflows Create a new workflow
  • GET /workflows/{workflowId} Get workflow details
  • PUT /workflows/{workflowId} Update workflow
  • DELETE /workflows/{workflowId} Delete workflow
  • POST /workflows/{workflowId}/execute Execute workflow