---
title: "Add servers in bulk"
method: POST
path: "/discover/bulk"
tags: ["discovery"]
---

# Add servers in bulk

`POST /discover/bulk`

Queues a batch of servers for discovery. Requires Discovery credentials. Fire-and-forget: we take the JSON array, return 202 immediately, and discover them in the background.

## Request body

- string[]

## Response `202`

Batch accepted for background discovery

## Other responses

- `400` — Malformed request body (not a JSON array of server names)
- `401` — Invalid Discovery credentials

---

[API](https://skmtc.net/etkecc/apis/matrix-rooms-search-api.md) · [All operations](https://skmtc.net/etkecc/apis/matrix-rooms-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/etkecc/matrix-rooms-search-api/revisions/ae3c2fd65492/schema)
