954 questions
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"}'
Naresh S
10
Reputation points
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?
Microsoft Copilot Other
Sign in to answer