Documentation Index
Fetch the complete documentation index at: https://docs.smartlyq.com/llms.txt
Use this file to discover all available pages before exploring further.
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 app.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.
Next steps
Authentication
Learn about API keys, scopes, and security.
Billing & Credits
Understand how credits and pricing work.
API Reference
Browse all available endpoints.
Async Jobs
Learn how to poll for long-running operations.

