Microsoft Copilot
Microsoft terminology for a universal copilot interface.
395 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Use REST API to get responses from MS Copilot something like
curl -X POST "https://xxx.****/..." -H "Authorization: Bearer xxx" -H "Content-Type: application/json" -d '{"query": "weather information in Houston, TX"}'
I need to integrate co-pilot with frontend using rest API is that possible in microsoft co-pilot?