---
title: "Create a resource at the given id."
method: PUT
path: "/authoring/v1/resources/{id}"
tags: ["Authoring resources"]
---

# Create a resource at the given id.

`PUT /authoring/v1/resources/{id}`

Use this end point to create a resource at the required ID with the binary data provided in the request body. If a resource already exists with that id, then the md5 checksum is compared. If it matches, then the request will respond with a 200 OK. If it does not match, a 409 Conflict response is returned. The created resource will be validated against the checksum.<br />User roles: admin, manager, editor

## Path parameters

- `id` string, required

## Query parameters

- `name` string, required
- `md5` string, required

## Headers

- `Content-Type` string, required

## Response `200`

The resource provided already exists at the given ID.

## Other responses

- `201` — Successfully created a resource at the given ID.
- `400` — The required parameters are missing or invalid, the binary size limit was exceeded, or the checksum provided was not correct. Please read the error message and alter the request accordingly.
- `409` — A resource with a different checksum exists at the given ID.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `503` — Connection failed to data store.
- `default` — Unexpected error.

---

[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/versions/677305266d89/schema)
