MeshTale Docs
POST
/v1/workspaces/{id}/sources

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Query Parameters

infer?string

When false, content is chunked + embedded but LLM extraction is skipped. Requires workspace.allow_direct_import=true (default true). Query string wins over a multipart body field when both are sent. Mem0-style direct-import fast lane.

Default"true"
Value in"true" | "false"

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/v1/workspaces/string/sources" \  -F file="string"
Empty
Empty