AI Recipe Board Creation Status Url

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

PropertiesTypeDescription
idstringUnique identifier for this status URL response
typestringAlways "aiRecipeBoardStatusUrl".
attributes.statusUrlstringURL to poll for AI recipe board creation status