---
title: "Create a presentation request (alias of POST /v1/presentations/request)"
method: POST
path: "/v1/presentations/requests"
tags: ["OpenID4VP Verification"]
---

# Create a presentation request (alias of POST /v1/presentations/request)

`POST /v1/presentations/requests`

Create a presentation request (alias of POST /v1/presentations/request).

## Request body

- object
  - `aud` string
  - `purpose` string
  - `requested_claims` string[]
  - `requested_vct` string
  - `relying_party_id` string, uuid — You optionally scope this request to a registered relying party by UUID. When set, the relying party's per-RP trust rules apply on top of the tenant registry.

## Response `201`

Successful response.

- object
  - `aud` string
  - `created_at` string
  - `dcql` object
    - `credentials` object[]
      - `claims` object[]
        - `path` string[]
      - `format` string
      - `id` string
      - `meta` object
        - `vct_values` string[]
  - `nonce` string
  - `purpose` string
  - `requested_claims` string[]
  - `requested_vct` string
  - `status` string
  - `transaction_id` string
  - `trusted_iss` string
  - `uuid` string
  - `relying_party` string, uuid, nullable — You receive the relying party UUID this request is scoped to, or null when it is not scoped to one.
  - `trust_policy` string — You receive the effective trust policy for this request: `tenant` or `custom`.

---

[API](https://skmtc.net/didit-protocol/apis/didit-credentials-api.md) · [All operations](https://skmtc.net/didit-protocol/apis/didit-credentials-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/didit-protocol/didit-credentials-api/revisions/e4eddba66557/schema)
