---
title: "Search in the authoring collection using post request with json body"
method: POST
path: "/authoring/v1/search/json"
tags: ["Authoring search"]
---

# Search in the authoring collection using post request with json body

`POST /authoring/v1/search/json`

The request body contains an json object with search query
<br />User roles: admin, manager, editor, viewer

## Response `200`

See the description above for examples of response data for different queries.

## Other responses

- `400` — Bad request - Unable to complete your request due to missing parameters. Provide all required parameters and try again.
- `404` — Not found - The authoring collection was not found.
- `414` — The request URL that addresses the search service is larger than the supported size of 4,096 bytes. Reduce the length of the query.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `500` — Internal server error - Unable to complete your request due to an exception. Try again later.

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/revisions/677305266d89/schema)
