Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Qodo Qodo Merge API

Agentic pull request review Git app (built on open-source PR-Agent).

Qodo Qodo Merge API is one of 3 APIs that Qodo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Qodo Merge. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 6 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against 2 base URLs: https://qodo-merge.{tenant}.st.qodo.ai/api/v1, http://localhost:3000.

6 operations 6 paths 1 schemas 6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://qodo-merge.st.qodo.ai/api/v1
Authentication
API Key, API Key
Contact
Resource Areas
1

Authentication & Security 2

Qodo Qodo Merge API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (qodoApiKey). An API key is passed in the header as X-Hub-Signature-256 (webhookSecret). By default, every request must be authenticated.

  • qodoApiKey — Qodo API key / token issued from the Qodo dashboard. Used by the CLI and platform surfaces. BYOK (bring your own LLM key) is available on Enterprise. Exact hea…
  • webhookSecret — Shared secret configured when installing the Qodo Merge Git webhook, verified on each inbound event from the Git provider.

Paths & Operations 6

Across 6 paths, the API surfaces 6 operations — 6 POST. Each is listed below with its method, path, parameters, and response codes.

Qodo Merge 6

Agentic pull request review Git app (built on open-source PR-Agent).

POST
/webhook
Qodo Merge Git webhook receiver (documented)
receiveGitWebhook body → 200401
POST
/pull-requests/review
Review a pull request (modeled - PR-Agent /review)
reviewPullRequest body → 200
POST
/pull-requests/describe
Describe a pull request (modeled - PR-Agent /describe)
describePullRequest body → 200
POST
/pull-requests/improve
Suggest code improvements (modeled - PR-Agent /improve)
improvePullRequest body → 200
POST
/pull-requests/ask
Ask a question about a pull request (modeled - PR-Agent /ask)
askPullRequest body → 200
POST
/pull-requests/add-docs
Add documentation (modeled - PR-Agent /adddocs and /updatechangelog)
addDocs body → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is PullRequestTarget (3 properties). Each schema is shown below with its type and property counts.

PullRequestTarget
object
Identifies the pull request a Qodo Merge tool acts on.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qodo-gen-qodo-merge-api-openapi.yml Raw ↑

Other APIs Qodo publishes across the network.

Qodo Qodo Command API
Qodo Qodo Gen API