Get metadata key's value
Get the value of a single metadata key.
Authentication
Authorizationstring
Every request made to `https://api.uploadcare.com/` MUST be signed. HTTPS SHOULD be used with any authorization scheme.
Requests MUST contain the `Authorization` header defining `auth-scheme` and `auth-param`: `Authorization: auth-scheme auth-param`.
Every request MUST contain the `Accept` header identifying the REST API version: `Accept: application/vnd.uploadcare-v0.7+json`.
There are two available authorization schemes:
* For production: `Uploadcare`, a scheme where a `signature`, not your Secret API Key MUST be specified. Signatures SHOULD be generated on backend.
* For quick tests: `Uploadcare.Simple`, a simple scheme where your [Secret API Key](https://app.uploadcare.com/projects/-/api-keys/) MUST be specified in every request's `auth-param`.
Path parameters
uuid
File UUID.
key
Key of file metadata.
List of allowed characters for the key:
- Latin letters in lower or upper case (a-z,A-Z)
- digits (0-9)
- underscore `_`
- a hyphen `-`
- dot `.`
- colon `:`
Headers
Accept
Version header.
Response
Value of a file's metadata key.
Errors
400
Bad Request Error
401
Unauthorized Error
406
Not Acceptable Error