Forum Discussion
vektoralgoritm
Nov 03, 2024Copper Contributor
How to send node.js request with prompt to copilot and get request?
Hi, I need to authorize, get Bearer token and send prompt to copilot, get and show result, that's all How to do it, do we have any official docs? I have found in Dev panel which request makes brows...
FlextetyCheck
Jul 14, 2025Iron Contributor
Using the /v1.0/copilot/execute interface of the Microsoft Graph API, you can send a JSON-formatted request with a prompt parameter and get a response from Copilot.