Create a new presentation template.
Presentation Templates
Create a new presentation template.
POST
Create a new presentation template.
Documentation Index
Fetch the complete documentation index at: https://docs.yoid.me/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
200 - application/json
Created presentation template.
Example:
{
"name": "My presentation template",
"description": "This is a description",
"createdAt": "2025-02-20T11:27:37.051Z",
"updatedAt": "2025-02-20T11:27:37.051Z",
"id": "6421a8905c17830c188e2e2f",
"credentials": [
{
"format": "sd-jwt-vc",
"name": "My SD-JWT credential",
"description": "A verifiable credential",
"type": "https://metadata.paradym.id/types/asdf93-UniversityCard",
"attributes": { "myAttribute": { "type": "string" } }
},
{
"format": "mdoc",
"name": "My mDL credential",
"description": "A mobile driving licence",
"type": "org.iso.18013.5.1.mDL",
"attributes": {
"org.iso.18013.5.1": {
"properties": {
"family_name": { "intentToRetain": false }
}
}
}
}
]
}
