# Search marketplace knowledge

`POST https://api.suger.cloud/org/{orgId}/knowledge/search`

Searches the shared knowledge index covering AWS, Azure, and GCP marketplace documentation, Suger docs, and internal support knowledge.

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `orgId` | path | string | yes | Organization ID |

## Request Body

Required.

Content-Type: `application/json` · Schema: `SearchKnowledgeRequest`

## Responses

### 200 — Knowledge search results

Content-Type: `application/json` · Schema: `SearchKnowledgeResponse`

### 400 — Bad request error

Content-Type: `application/json`

### 500 — Internal server error

Content-Type: `application/json`

---

Interactive API reference: https://doc.suger.io/api/
