tags
GET
https://app.wexa.ai/tagsbyprojectId/{projectID}
Last modified:2025-04-25 11:42:33
Retrieve Tags by Project ID
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://app.wexa.ai/tagsbyprojectId/?projectID={{projectID}}' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
"tags": [
"dfgh",
"sales",
"ai",
"new resume upload",
"onboarding"
],
"total_count": 5
}
Request
Path Params
projectID
string
required
Query Params
projectID
string
required
Example:
{{projectID}}
Header Params
x-api-key
string
required
Example:
{{x-api-key}}
Body Params application/json
Responses
Modified at 2025-04-25 11:42:33