# Checks if a photo has a specific label. **GET /photo/checkPhotoLabel** ## Servers - Production server: https://public-api.joinswsh.com (Production server) ## Authentication methods - Api key auth ## Parameters ### Query parameters - **photoId** (string) The ID of the photo to check - **label** (string) The label to check for on the photo (max. 40 characters) ## Responses ### 200 Label check result #### Body: application/json (object) - **data** (object) - **warnings** (array[string]) ### 400 Invalid request. The request was malformed or missing required parameters. #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)