Skip to main content
GET
/
tag-search
/
{resource_type}
curl \
  -X GET \
  -H "Authorization: Bearer $apikey" \
  https://api.eyequant.com/v2/tag-search/analysis
[
  { "name": "Europe" },
  { "name": "Africa" }
]
Search the tags available for a given resource type.
This endpoint was only partially defined in the source API specification. Confirm the exact path, parameters, and response shape against the live API before publishing.
resource_type
string
required
The type of resource to search tags for.
name
string
The tag name.
curl \
  -X GET \
  -H "Authorization: Bearer $apikey" \
  https://api.eyequant.com/v2/tag-search/analysis
[
  { "name": "Europe" },
  { "name": "Africa" }
]