Browse AI Workflows & Automation Section 4: Integration Patterns

API Response Parser

4 fill-in slots · from The AI Prompt Handbook for AI Workflows & Automation

Your details

0/4 filled

API Response Parser

Parse this API response for use in the workflow:

RAW RESPONSE:
[The API response]

EXTRACT:
1. [Data field 1]: where to find it, how to format
2. [Data field 2]: where to find it, how to format
3. [Data field 3]: where to find it, how to format

OUTPUT FORMAT:
{
  "extracted": {
    "field1": "value",
    "field2": "value",
    "field3": "value"
  },
  "metadata": {
    "response_status": "success | partial | error",
    "items_found": number,
    "has_more": boolean
  }
}

ERROR HANDLING:
- If response indicates API error: extract error message
- If expected fields missing: note which ones
- If pagination info present: extract for next request

Highlighted [slots] are still empty. Downloads are plain .txt — paste into any AI assistant.