Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Robin AI Tables API

Bulk structured extraction from contract portfolios

Robin AI Tables API is one of 5 APIs that Robin AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Tables. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 3 JSON Schemas.

This API exposes 7 operations across 6 paths, and defines 16 schemas. It is described by OpenAPI 3.1.0, at version 0.2.0-dev.

Requests are made against a single base URL, https://api.robinai.com.

7 operations 6 paths 16 schemas 3 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.2.0-dev
Base URL
https://api.robinai.com
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Robin AI Tables API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-Key (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 7

Across 6 paths, the API surfaces 7 operations — 3 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Tables 7

Bulk structured extraction from contract portfolios

GET
/v1/tables
List Tables
listTables 9 params → 200401429
POST
/v1/tables
Create Table
createTable body → 201400401402422
GET
/v1/tables/{table_id}
Get Table
getTable 1 param → 200404
GET
/v1/tables/{table_id}/results
List Table Results
listTableResults 9 params → 200
POST
/v1/tables/{table_id}/documents
Add Documents To Table
addDocumentsToTable 1 param body → 201
PUT
/v1/tables/{table_id}/build
Build Table
buildTable 1 param body → 201
PUT
/v1/tables/{table_id}/cancel
Cancel Table
cancelTable 1 param body → 200

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are TableRecord (13 properties), CreateTableRequest (5 properties), TableResult (5 properties), Citation (3 properties). Each schema is shown below with its type and property counts.

AddDocumentsRequest
object
1 property 1 required
TableStatus
string
AnswerFormat
string
ResultStatus
string
TableRecord
object
13 properties
GetTableResponse
object
1 property
Error
object
3 properties
CreateTableRequest
object
5 properties 3 required
Citation
object
3 properties
CreateTableResponse
object
2 properties
TableResultDocument
object
2 properties
TableResult
object
5 properties
Answer
object
2 properties
Prompt
object
3 properties
ListTablesResponse
object
2 properties
ListResultsResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

robin-ai-tables-api-openapi.yml Raw ↑

Other APIs Robin AI publishes across the network.

Robin AI Documents API
Robin AI Groups API
Robin AI Properties API
Robin AI Templates API