swshswshPublic API
Download OpenAPIView raw

Checks if a photo has a specific label.

GET/photo/checkPhotoLabel

Authentication

Include your API key in the x-api-key header on every request.

Query parameters

photoIdstringrequired
labelstringrequiredmin 1max 40

Response · 200 Label check result

dataobjectrequired
hasLabelbooleanrequired
Whether or not the photo has the specified label
warningsArray<string>
string

Errors

400Invalid request. The request was malformed or missing required parameters.