get https://api.padlet.dev/v1/ai-recipe-boards/status/
Gets the current status of an AI recipe board creation request using the status key. Returns an AI recipe board status object with the current progress and board data when complete.
API key
You will need to include your API key found here.
Please include the key in your header.
{"X-API-KEY": <api_key>}
🔄 Polling RecommendedPoll this endpoint every 2-5 seconds until you receive a status of "success" or "failed". Most boards complete within 30 seconds to 3 minutes.
Path parameters
Parameter | Description |
---|---|
status*key | The status key returned from the create AI recipe board request. Format: ai_recipe_board*[alphanumeric] (e.g.,ai_recipe_board_7e3e243039 ) |