AI Recipe Board Creation Status URL objects represent the URL to poll for the status of the creation of your AI recipe board.
Asynchronous Process
AI Recipe Board creation is asynchronous. You'll receive a status URL immediately and need to poll it until the board is ready.
AI Recipe Board Status URL Object
Returned immediately after creating an AI recipe board request:
{
"data": {
"id": "5a09c9b9cd",
"type": "aiRecipeBoardStatusUrl",
"attributes": {
"statusUrl": "https://padlet.dev/api/public/v1/ai-recipe-boards/status/ai_recipe_board_7e3e243039"
}
}
}
AI Recipe Board Status URL Object Properties
Properties | Type | Description |
---|---|---|
id | string | Unique identifier for this status URL response |
type | string | Always "aiRecipeBoardStatusUrl" . |
attributes.statusUrl | string | URL to poll for AI recipe board creation status |