Prerequisites
- A SmartlyQ account (sign up)
- A Pro plan or higher (API access requires Pro+)
- An API key from the Developer Dashboard
Step 1: Get your API key
Open the Developer Dashboard
Go to smartlyq.com/my/developer and create a new API key.
Copy your key
Your key looks like
sqk_live_xxxxxxxxxxxx. Keep it safe — you won’t be able to see it again.Step 2: Make your first request
Verify your key by fetching your profile:You should receive a JSON response with your user profile and plan details.
Step 3: Generate content
Try generating an article (returns a job you can poll):job_id. Poll GET /jobs/{job_id} until the job completes.