---
title: "Creates a representation information"
method: POST
path: "/api/v2/representation-information"
tags: ["v2 representation information"]
---

# Creates a representation information

`POST /api/v2/representation-information`

Creates a representation information

## Request body

- RepresentationInformationCreateRequest
  - `representationInformation` RepresentationInformation
    - `id` string
    - `name` string
    - `description` string
    - `family` string
    - `familyI18n` string
    - `tags` string[]
    - `extras` string
    - `support` 'KNOWN' | 'SUPPORTED' | 'UNSUPPORTED'
    - `relations` RepresentationInformationRelation[]
      - `relationType` string
      - `objectType` 'AIP' | 'REPRESENTATION_INFORMATION' | 'WEB' | 'TEXT'
      - `link` string
      - `title` string
      - `relationTypeI18n` string
      - `objectTypeI18n` string
    - `filters` string[]
    - `createdOn` string, date-time
    - `createdBy` string
    - `updatedOn` string, date-time
    - `updatedBy` string
    - `fields` object
    - `instanceId` string
  - `form` RepresentationInformationCustomForm
    - `values` MetadataValue[]
      - `id` string
      - `options` object

## Response `201`

Representation information created

- RepresentationInformation
  - `id` string
  - `name` string
  - `description` string
  - `family` string
  - `familyI18n` string
  - `tags` string[]
  - `extras` string
  - `support` 'KNOWN' | 'SUPPORTED' | 'UNSUPPORTED'
  - `relations` RepresentationInformationRelation[]
    - `relationType` string
    - `objectType` 'AIP' | 'REPRESENTATION_INFORMATION' | 'WEB' | 'TEXT'
    - `link` string
    - `title` string
    - `relationTypeI18n` string
    - `objectTypeI18n` string
  - `filters` string[]
  - `createdOn` string, date-time
  - `createdBy` string
  - `updatedOn` string, date-time
  - `updatedBy` string
  - `fields` object
  - `instanceId` 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)
