Basic Information

appmixer.ai.groq.MakeAPICall

1.0.0

Public

Performs an arbitrary authorized API call.

Input Ports

in

FieldTypeDescription
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.

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -

Full Metadata