Obtain Exist File Tiny Fingerprint

2024-09-09
No Rating

Get File Tiny Fingerprint

POST /media/api/v1/workspaces/{workspace_id}/files/tiny-fingerprints

Parameters

NameInTypeRequiredDescription
tiny_fingerprintsbodyarray[string]truetiny fingerprint collection
workspace_idpathstringtrueworkspace id
x-auth-tokenheaderstringtrueaccess token

Responses

StatusMeaningDescriptionSchema
200OKopen in new windowOKmedia.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

NameTypeRequiredRestrictionsDescription
codestringfalsenoneerror code
messagestringfalsenonedescription
datastringfalsenone
» tiny_fingerprints[string]falsenoneexisting tiny fingerprint collection
If you have any comments or confusion about our documentation, you can click here to give feedback and we will get back to you as soon as possible.