Tags
Add, Remove, and Set tags to specific images on Roboflow.
You can assign tags to specific images on Roboflow using the REST API
To add, remove, and set tags to images hosted on Roboflow, make POST request to the following API endpoint. Use the Search API to retrieve the image ID associated with the image name:
Here is an example request to the API (can "add", "remove", or "set" a tag):
This endpoint accepts the following values in the POST body:
The API will add the tag to the specified image in Roboflow (remember to pass in the image ID to the post request and not the image name).
Last updated