APIReferenceImage
image_read
Read a workspace image from an exact /workspace path and return a base64 attachment. Use document_read for document files. `read` · v1
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/image_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}