Sign in

Add job title

documented

Create a new job title.

GET /api/add_job_titleJob 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://{{$base_url}}/api/add_job_title?api_key={{CYPHERLEARNING_API_KEY}}&api_version=1.0&name={{$title}}&description={{$description}}&picture={{$picture}}" \
  -X GET \
  -H "Accept: application/json"