Three steps, no CareerStudioMax account needed.
Email + name, no password. Your key is generated immediately and shown once.
curl -X POST https://api.careerstudiomax.com/api/transformer/developer/register \ -H "Content-Type: application/json" \ -d '{"email":"you@example.com","name":"Your Name"}'
Use the api_key from step 1.
curl -X POST https://api.careerstudiomax.com/api/transformer/v1/extract \ -H "X-API-Key: csk_live_..." \ -H "Content-Type: application/json" \ -d '{"text":"5 years as a Senior Engineer at Acme, $145k"}'
Build a career knowledge graph from the same text and watch it render live.
curl -X POST https://api.careerstudiomax.com/api/transformer/v1/career-graph \ -H "X-API-Key: csk_live_..." \ -H "Content-Type: application/json" \ -d '{"text":"5 years as a Senior Engineer at Acme, $145k"}' # or skip curl entirely — paste your text into # https://transformer.careerstudiomax.com/playground