Synvo API EndpointsContext Generation Layer

[GET] Get Metadata By File Path

Get file metadata by file path

Returns file information and extracted metadata (tags, summary, etc.)

GET
/metadata/search_by_path/{file_path}

Path Parameters

file_pathstring

URL-encoded file path (e.g., /documents/report.pdf)

Query Parameters

sub_user_name?string

Optional sub-user name under the authenticated account

Default"default"

Response Body

curl -X GET "https://api.synvo.ai/metadata/search_by_path/string?sub_user_name=default"
{
  "summary": "string",
  "content": "string",
  "hash_tags": [
    "string"
  ]
}
Empty
Empty
Empty