# Add a label to a photo. Requires admin access to the album. **POST /photo/addPhotoLabel** ## Servers - Production server: https://public-api.joinswsh.com (Production server) ## Authentication methods - Api key auth ## Parameters ### Body: application/json (object) - **albumId** (string) The ID of the album containing the photo - **photoId** (string) The ID of the photo to label - **label** (string) The label to add to the photo (max. 40 characters) - **isHidden** (boolean) Whether or not the label is hidden from non-admin users. Defaults to false. ## Responses ### 200 Label added successfully #### 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) ### 404 Album or photo not found [Powered by Bump.sh](https://bump.sh)