Synvo API EndpointsContext Generation Layer
[GET] Get User Profile
Get user profile in structural schemas
Returns file information and extracted metadata (tags, summary, etc.)
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/get_user_profile?sub_user_name=default"{
"property1": {
"sub_topics": {
"property1": {
"value": "string"
},
"property2": {
"value": "string"
}
}
},
"property2": {
"sub_topics": {
"property1": {
"value": "string"
},
"property2": {
"value": "string"
}
}
}
}Empty
Empty
Empty