Error
A valid request URL is required to generate request examples{
"id": "<string>",
"title": "<string>",
"content": "<string>",
"variableSpecs": [],
"tags": [],
"scope": "shared",
"isPublic": false,
"hideFromCatalog": false,
"owners": [],
"contributors": [],
"users": [],
"inheritEntitlements": true,
"lifecycle": "permanent",
"description": "<string>",
"parentId": "<string>",
"ttl": 1,
"executionId": "<string>"
}Prompts
Create an ephemeral prompt
Creates a short-lived prompt template for flow-generated dynamic forms. Ephemeral prompts are excluded from the library and auto-deleted via Cosmos DB TTL.
POST
/
prompts
/
ephemeral
Error
A valid request URL is required to generate request examples{
"id": "<string>",
"title": "<string>",
"content": "<string>",
"variableSpecs": [],
"tags": [],
"scope": "shared",
"isPublic": false,
"hideFromCatalog": false,
"owners": [],
"contributors": [],
"users": [],
"inheritEntitlements": true,
"lifecycle": "permanent",
"description": "<string>",
"parentId": "<string>",
"ttl": 1,
"executionId": "<string>"
}Authorizations
Azure AD access token obtained via MSAL
Body
application/json
Response
201 - application/json
Ephemeral prompt created
Minimum string length:
1Required string length:
1 - 200Minimum string length:
1Show child attributes
Show child attributes
Available options:
personal, shared Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Available options:
permanent, ephemeral Required range:
x > 0Was this page helpful?