Code Scan
Connector for the code-scan API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://app.code-scan.com/api - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_job— GET /job — Get the status of a jobpost_job— POST /job — Queues a job
Inputs
apiKey— your code-scan 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: get_job
apiKey: <your key>