appmixer.ai.groq.MakeAPICall
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Method | text | HTTP method for the API call (e.g., GET, POST, PUT, DELETE). |
| Url | text | The URL path to the target endpoint. For example if target is https://api.groq.com/openai/v1/audio/transcriptions, then the URL should be audio/transcriptions. |
| Headers | text | Custom headers to include in the API call. |
| Body | text | Request payload for methods that require a body. |
| Field | Type | Description |
|---|---|---|
| Status Code | - | |
| Response Headers | - | |
| Response Body | - |