Doqs
Connector for the doqs API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.doqs.dev/v1 - Auth:
header:x-api-key(pass your key via theapiKeyinput)
Operations
list_templates_designer_templates_get— GET /designer/templates/ — List Templateslist_templates_designer_templates_id_get— GET /designer/templates/{id} — List Templateslist— GET /templates — Listget— GET /templates/{id} — Get Templateget_file_templates_id_file_get— GET /templates/{id}/file — Get Filecreate_template_designer_templates_post— POST /designer/templates/ — Create Template
Inputs
apiKey— your doqs API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: list_templates_designer_templates_get
apiKey: <your key>