Install the SDK:
pip install smooth-py
And run the following code to start a task:
from smooth import SmoothClient
smooth_client = SmoothClient(api_key="cmzr-YOUR_API_KEY")
task = smooth_client.run(
"Go to google flights and find the cheapest flight from London to Paris today"
)
print(f"Live URL: {task.live_url()}")
print(f"Agent response: {task.result()}")
Check out the full documentation at docs.circlemind.co, with plenty of examples and tutorials available.
The full API reference is available in our documentation at docs.circlemind.co/api-reference
Agent | Price |
---|---|
smooth-1 | $0.005/step |
Free | Starter | Growth | |
---|---|---|---|
Rate limit | 2 tasks/min | 10 tasks/min | 100 tasks/min |
Captcha Handling | |||
Proxy Configuration | |||
Persistent Authentication (Sessions) | |||
Stealth Mode | |||
Buy more credits |
Sign in or create an account
By continuing, you agree to our Terms of Service and Privacy Policy.