Image Labels
GET/external/v1/image-labels
Returns the available image labels (e.g. face, text) for the project resolved from the API key (default project for user/org keys, or the fixed project for a project key).
Use these label names in the imageAnonymization.labelsConfig section of an upload config.
Responses
- 200
- 401
Available image labels from the model
Missing or invalid API key / credentials.
Often an empty body. Some auth failures return application/problem+json
with type, title, status, and detail (no instance or problemCode).