Basic Information

appmixer.ai.gladia.MakeApiCall

Make API Call

1.0.0

Public

Perform an arbitrary authorized API call to Gladia. Provide a path (or full URL), method, headers, query parameters and body. The x-gladia-key header is added automatically.

Input Ports

in

FieldTypeDescription
API Endpoint Path text A path relative to https://api.gladia.io, for example /v2/transcription. A full URL is accepted only when it points at https://api.gladia.io; any other host is rejected so your API key is never sent elsewhere.
HTTP Method select The HTTP method for the API call.
Query Parameters key-value Optional query parameters.
Request Body textarea Optional JSON request body.
Request Headers key-value Optional additional headers. The x-gladia-key header is set automatically.

Output Ports

out

FieldTypeDescription
Status Code integer -
Response Headers object -
Response Body object -

Full Metadata