---
title: "Create representation"
method: POST
path: "/api/v2/representations/{id}"
tags: ["v2 representations"]
---

# Create representation

`POST /api/v2/representations/{id}`

Creates a new representation on an AIP

## Path parameters

- `id` string, required

## Query parameters

- `type` string
- `details` string, required

## Response `201`

Created

- Representation
  - `aipId` string
  - `id` string
  - `original` boolean
  - `representationStates` string[]
  - `type` string
  - `instanceId` string
  - `hasShallowFiles` boolean
  - `createdOn` string, date-time
  - `createdBy` string
  - `updatedOn` string, date-time
  - `updatedBy` string
  - `descriptiveMetadata` DescriptiveMetadata[]
    - `id` string
    - `aipId` string
    - `representationId` string
    - `type` string
    - `version` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/keeps/apis/roda-rest-api.md) · [All operations](https://skmtc.net/keeps/apis/roda-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keeps/roda-rest-api/revisions/afc3c5bcc0d9/schema)
