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 Documents API

Upload and manage legal documents

Robin AI Documents 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 Documents. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 3 JSON Schemas.

This API exposes 4 operations across 3 paths, and defines 9 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.

4 operations 3 paths 9 schemas 2 GET2 POST

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 Documents 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 4

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

Documents 4

Upload and manage legal documents

GET
/v1/documents
List Documents
listDocuments 11 params body → 200
POST
/v1/documents
Create Document
createDocument body → 201400401402422429
GET
/v1/documents/{document_id}
Get Document
getDocument 1 param → 200404
POST
/v1/documents/{document_id}/properties
Add Document Properties
addDocumentProperties 1 param body → 200404422

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are DocumentRecord (9 properties), Error (3 properties), PropertyFilter (3 properties), PropertyInput (2 properties). Each schema is shown below with its type and property counts.

PropertyInput
object
2 properties 2 required
DocumentStatus
string
Error
object
3 properties
DocumentProperty
object
2 properties
DocumentRecord
object
9 properties
ListDocumentsRequestBody
object
1 property
ListDocumentsResponse
object
2 properties
ProcessingStatus
string
PropertyFilter
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Robin AI publishes across the network.

Robin AI Groups API
Robin AI Properties API
Robin AI Tables API
Robin AI Templates API