Sign in

Create job title

documented

Create a new job title.

POST /job_titlesJob Titlesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.cypherlearning.com/api/v3/job_titles" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "x-api-key: {{CYPHERLEARNING_API_KEY}}" \
  -d '{"title": "{{$title}}", "metadata": {"language": "{{$language}}", "scope": "{{$scope}}", "scope_id": "{{$scope_id}}"}}'
Create job title · CYPHER Learning · OpenIntegrations