Obtain Exist File Tiny Fingerprint
Get File Tiny Fingerprint
POST /media/api/v1/workspaces/{workspace_id}/files/tiny-fingerprints
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
tiny_fingerprints | body | array[string] | true | tiny fingerprint collection |
workspace_id | path | string | true | workspace id |
x-auth-token | header | string | true | access token |
Responses
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | OK | media.GetTinyFingerprintsOutput |
Example responses
{
"code":0,
"message":"success",
"data":{
"tiny_fingerprints":[
"5aec4c6e78052bf38fab901bcd1a2319_2021_12_8_22_13_10"
]
}
}
Schemas
media.GetTinyFingerprintsOutput
{
"code":0,
"message":"success",
"data":{
"tiny_fingerprints":[
"string"
]
}
}
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
code | string | false | none | error code |
message | string | false | none | description |
data | string | false | none | |
» tiny_fingerprints | [string] | false | none | existing tiny fingerprint collection |