Skip to main content
POST
/
v1
/
tools
/
skillshare
Search SkillShare
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>"
    ]
  }
]

Authorizations

Api-Key
string
header
required

Access the API as yourself. You can find your API key in your profile menu in Portal.

Body

application/json

The query to search for relevant employees.

query
string
required
Example:

"I need a project manager with 10 years of experience who has DOD secret clearance."

Response

OK

information
string[]
name
string
top_match_terms
string[]