Recent content by nicasio.rios

  1. N

    Anthopic (Claude) Raw JSON Integration

    I am trying to create a workflow that sends a POST request to the Anthropic (Claude) Messages API: https://api.anthropic.com/v1/messages Anthropic requires a nested JSON request body with arrays, like: { "model": "claude-3-sonnet-20240229", "max_tokens": 100, "messages": [ {...
Top