Hi everyone,
I'm trying to make a POST request to the Snowflake Cortex API (using the endpoint described here), but it's not working in Copilot Studio.
HTTP request failed with status code 400 BadRequest. Error code: HttpRequestFailure.
Here's the situation:
I was wondering if there's something specific I need to adjust in Copilot Studio that might differ from Postman? Could the issue be with how the Body is formatted, or is there something else I should check with the request setup?
Content-Type: application/json
Authorization: Bearer <token>
X-Snowflake-Authorization-Token-Type: KEYPAIR_JWT
{"messages": [{"role": "user","content": [{"type": "text","text": "find client TEST"}]}],"semantic_model_file": "@DB.SCHEMA.STAGE/SEMANTICFILE.yaml"}
Yaml Portion:
- kind: HttpRequestActionid: Ym4X1ZdisplayName: CortexRESTmethod: Posturl: =Topic.CortexAPIEndpointheaders:Authorization: Bearer ey...Content-Type: application/jsonX-Snowflake-Authorization-Token-Type: KEYPAIR_JWT
Any insights or troubleshooting steps would be greatly appreciated!
Thanks!
"@my_stage/my_semantic_model.yaml"
- kind: HttpRequestActionid: IlwYeWmethod: Posturl: https://<baseUrl>/api/v2/cortex/analyst/messageheaders:Accept: application/jsonAuthorization: =Topic.BearerTokenSFContent-Type: application/jsonX-Snowflake-Authorization-Token-Type: KEYPAIR_JWTbody:kind: JsonRequestContentcontent: |-={messages: [{role: "user",content: [{type: "text",text: Topic.InputValue}]}],semantic_model_file: Topic.SemanticModelFilePath}
WarrenBelz
146,513
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,681
Most Valuable Professional