This endpoint parses unstructured text, evaluates that text, and produces a detailed competencies profile in a flattened structure with relevancy scores. If you'd rather have work activities arranged in a hierarchical tree, see the /v2/competencies/analyze endpoint.

Why "Flattened"?

While we believe the original hierarchical view of work activities holds tremendous value in showing how more granular activities relate to parent, higher-level groupings of activities, it became clear to us in talking with consumers of the API that there was often a greater desire to receive a simplified flat list of each type of work activity with corresponding scoring that shows how relevant a single work activity is to all of its siblings, regardless of parentage.

Analysis Elements

See the original, hierarchical Profiler for detailed information on the other available elements...

Flattened Work Activities

"general_work_activities": [
        {
          "version": 2,
          "title": "Training and Teaching Others",
          "guid": "073cc097-39c5-4384-b410-2195e609634e",
          "score": 45.52
        },
        {
          "version": 2,
          "title": "Provide Consultation and Advice to Others",
          "guid": "abe6cddd-0679-4491-ad7a-a672d72ceffb",
          "score": 43.5
        },
        ...
      ],
      "intermediate_work_activities": [
        {
          "version": 2,
          "title": "Counsel others about personal matters",
          "guid": "4b5db412-c1b8-47e4-9606-03244fdd7880",
          "score": 33.82
        },
        {
          "version": 2,
          "title": "Evaluate patient or client condition or treatment options",
          "guid": "a7f7d765-c8ca-42bd-b7a6-8ac184cfefc1",
          "score": 28.82
        },
        ...
      ],
      "detailed_work_activities": [
        {
          "version": 2,
          "title": "Assist clients with understanding personal problems",
          "guid": "c1ccb7e1-2ff2-4a3a-b442-ef3b9d264a51",
          "score": 16.47
        },
        {
          "version": 2,
          "title": "Counsel clients or patients regarding personal issues or problems",
          "guid": "663e4b83-9fdb-4170-9888-e00c0731bd59",
          "score": 15.61
        },
        ...
      ]
Language
Click Try It! to start a request and see the response here!