Add a JSON body in a GET Web Request

We’re building an AI Chat using Azure AI Search, and the API supports adding the search query as a JSON body when using GET requests.

From what I can tell I can’t define a body in Appfarm when setting the HTTP method to GET, and since the search query is a vector array (1536 floats) I can’t add it as a query parameter (URL too long error).

Is there any workaround for this?

Hi,

Can you please send a link to the documentation?

// Erik

Realized I was wrong. Ignore this topic :eyes:

Not a problem, hope the integration goes well :smile:

1 Like