Skip to main content
Install: pip install smartlyq · GitHub · PyPI · Python 3.9+, built on httpx.

Quickstart

Every API resource is an attribute on the client - sq.social, sq.images, sq.videos, sq.articles, sq.seo, sq.contacts, sq.chatbots, sq.captain, sq.workspaces, sq.profiles, and the rest - with snake_case method names mirroring the other SDKs.

Configuration

Per-request options are keyword arguments on every method:
The client is a context manager if you want deterministic cleanup:

Async jobs

Generation endpoints return a job - poll it until it completes (see Async jobs):

Error handling

The full method reference lives in the repository README; request and response schemas are in the API Reference.

Next steps

API Reference

Request and response schemas for every endpoint.

Async jobs

How generation jobs work and how to poll them.

Source on GitHub

Issues, changelog, and the full method reference.