Robin AI · Example Payload

Robin Ai Create Table Example

LegalLegalTechContract ReviewContract AnalysisContract Lifecycle ManagementCLMDocument ExtractionStructured DataLegal AIArtificial IntelligenceWord Add-InPlaybookRedliningObligation TrackingAnthropicClaude

Robin Ai Create Table Example is an example object payload from Robin AI, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.robinai.com/v1/tables",
    "headers": {
      "X-API-Key": "rk_live_REDACTED",
      "Content-Type": "application/json"
    },
    "body": {
      "name": "Q2 2026 MSA Renewals",
      "template_id": "tpl_msa_key_terms",
      "document_ids": ["doc_11abcd1234efgh6789", "doc_22wxyz5678ijkl1234"],
      "include_citations": true,
      "group_id": "grp_msa_2026"
    }
  },
  "response": {
    "status": 201,
    "body": {
      "id": "tbl_33mnop9012qrst5678",
      "status": "draft"
    }
  }
}