Motaword
Connector for the motaword API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.motaword.com - Auth:
basic(pass your key via theapiKeyinput)
Operations
getendpoints— GET / — Available endpointsdownloadasync— GET /async/download — Download result of an async operationgetblogposts— GET /blogs — Get blog posts - ordered by created desc by defaultgetcommissions— GET /commissions — Returns a commission list of current client.getcontinuousprojects— GET /continuous_projects — View continuous projectsgetcontinuousproject— GET /continuous_projects/{id} — View a continuous project
Inputs
apiKey— your motaword 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: getendpoints
apiKey: <your key>