김인턴
APIReferenceDocument

document_read

Read a workspace document from an exact /workspace path and return Markdown content. Use image_read for image files. `read` · v1

POST
/tools/document_read/invoke

Authorization

memberToken
AuthorizationBearer <token>

Tokens

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

text/plain

text/plain

text/plain

text/plain

curl -X POST "https://example.com/tools/document_read/invoke" \  -H "Content-Type: application/json" \  -d '{    "input": {      "path": "string"    }  }'
{  "toolName": "string",  "status": "string",  "content": "string",  "isError": true,  "message": "string",  "errorCode": "string",  "retryable": true,  "result": null}