urllib from the standard
library, so there is nothing to compile.
Install
Initialize
x-api-key header on every request. There is no header
parameter, by design.
Make a request
Read operations that take filters take a single dictionary:Write operations
Error handling
Errors are return values, not exceptions, unless you opt in:ApiError instead:
Timeouts
timeout_ms applies to every request. There is no separate connect/read split, and no
per-request override — set it on the client:
Escaping the resource wrapper
cms.raw is the underlying HTTP client:
Resources
article, author, category, subcategory, form, form_submission, language,
tags, report, ai, ai_conversation, raw.
All operations
Browse the API reference for the full endpoint list.

