ReferenceChordian deep search

Upload Reference File

Upload a reference document (PDF, CSV, etc.) into an active deep search thread.

Content-Type: multipart/form-data.

POST
/api/v1/search/chordian-deep-search/upload

Authorization

ApiKeyAuth
x-api-key<token>

A platform key (ck_live_…). Mint one in the console under Settings → API Keys.

In: header

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v1/search/chordian-deep-search/upload" \  -F file="string" \  -F thread_id="string"
{  "success": true,  "workspace_id": "string",  "paths": [    "string"  ]}
Was this page helpful?
Report an issue