Synvo API EndpointsContext Generation Layer

[GET] Get Metadata By File ID

Get file metadata by file id

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

GET
/metadata/search_by_id/{file_id}

Path Parameters

file_idstring

Unique file identifier returned from upload

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_id/string?sub_user_name=default"
{
  "summary": "string",
  "content": "string",
  "hash_tags": [
    "string"
  ]
}
Empty
Empty
Empty