curl --request POST \
--url https://api.sierra.absconsulting.com/v1/tools/skillshare \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"query": "I need a project manager with 10 years of experience who has DOD secret clearance."
}
'[
{
"information": [
"<string>"
],
"name": "<string>",
"skillshare_link": "<string>",
"top_match_terms": [
"<string>"
]
}
]Search ABS Consulting’s skillset and resume database to find relevant employees based on a query.
curl --request POST \
--url https://api.sierra.absconsulting.com/v1/tools/skillshare \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"query": "I need a project manager with 10 years of experience who has DOD secret clearance."
}
'[
{
"information": [
"<string>"
],
"name": "<string>",
"skillshare_link": "<string>",
"top_match_terms": [
"<string>"
]
}
]Access the API as yourself. You can find your API key in your profile menu in Portal.
The query to search for relevant employees.
"I need a project manager with 10 years of experience who has DOD secret clearance."
Was this page helpful?