Get Values semantic
GET {{endpoint}}/ws/v.1.00/values-sem?q={{q}}
Given a string q, it returns all tags 1 referring to that string.
Useful to make it possible:
- for the candidate to insert more tags to their CVs than those extracted by the semantic engine
- for the client to insert more tags to their job offers than those extracted by the semantic engine
input
- q *: string
output
- id: numeric
- description: string
[
{
"id": 25180,
"descrizione": "addetto alla mensa"
},
{
"id": 25158,
"descrizione": "cuoco"
},
...
]
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
q | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |