Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/work-iq/rest/copilotconversation-chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Continue synchronous conversations with the Work IQ Chat API.
author: marina-hayrapetyan
ms.author: mhayrapetyan
ms.topic: reference
ms.date: 05/15/2026
ms.date: 06/10/2026
ms.localizationpriority: medium
doc_type: apiPageType
---
Expand Down Expand Up @@ -33,7 +33,7 @@ This documentation covers continuing synchronous Copilot conversations using the
## HTTP request

```http
POST https://workiq.svc.cloud.microsoft/rest/beta/copilot/conversations/{conversationId}/chat
POST https://workiq.svc.cloud.microsoft/rest/beta/conversations/{conversationId}/chat
```

## Request headers
Expand Down Expand Up @@ -71,7 +71,7 @@ The following example shows how to send a prompt to the Chat API using the synch
The following example shows the request.

```http
POST https://workiq.svc.cloud.microsoft/rest/beta/copilot/conversations/0d110e7e-2b7e-4270-a899-fd2af6fde333/chat
POST https://workiq.svc.cloud.microsoft/rest/beta/conversations/0d110e7e-2b7e-4270-a899-fd2af6fde333/chat
Content-Type: application/json

{
Expand Down Expand Up @@ -177,7 +177,7 @@ The following example shows how to use a OneDrive or SharePoint file as context
The following example shows the request.

```http
POST https://workiq.svc.cloud.microsoft/rest/beta/copilot/conversations/0d110e7e-2b7e-4270-a899-fd2af6fde333/chat
POST https://workiq.svc.cloud.microsoft/rest/beta/conversations/0d110e7e-2b7e-4270-a899-fd2af6fde333/chat
Content-Type: application/json

{
Expand Down Expand Up @@ -280,7 +280,7 @@ The following example shows how to toggle off web search grounding when sending
The following example shows the request.

```http
POST https://workiq.svc.cloud.microsoft/rest/beta/copilot/conversations/0d110e7e-2b7e-4270-a899-fd2af6fde333/chat
POST https://workiq.svc.cloud.microsoft/rest/beta/conversations/0d110e7e-2b7e-4270-a899-fd2af6fde333/chat
Content-Type: application/json

{
Expand Down Expand Up @@ -360,7 +360,7 @@ The following example shows how to send more context with a chat message to the
The following example shows the request.

```http
POST https://workiq.svc.cloud.microsoft/rest/beta/copilot/conversations/0d110e7e-2b7e-4270-a899-fd2af6fde333/chat
POST https://workiq.svc.cloud.microsoft/rest/beta/conversations/0d110e7e-2b7e-4270-a899-fd2af6fde333/chat
Content-Type: application/json

{
Expand Down
12 changes: 6 additions & 6 deletions docs/work-iq/rest/copilotconversation-chatoverstream.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Continue streamed conversations with the Work IQ Chat API.
author: marina-hayrapetyan
ms.author: mhayrapetyan
ms.topic: reference
ms.date: 05/15/2026
ms.date: 06/10/2026
ms.localizationpriority: medium
doc_type: apiPageType
---
Expand Down Expand Up @@ -33,7 +33,7 @@ This documentation covers continuing streamed Copilot conversations using the Ch
## HTTP request

```http
POST https://workiq.svc.cloud.microsoft/rest/beta/copilot/conversations/{conversationId}/chatOverStream
POST https://workiq.svc.cloud.microsoft/rest/beta/conversations/{conversationId}/chatOverStream
```

## Request headers
Expand Down Expand Up @@ -71,7 +71,7 @@ The following example shows how to send a prompt to the Chat API using the strea
The following example shows the request.

```http
POST https://workiq.svc.cloud.microsoft/rest/beta/copilot/conversations/d0f6bffa-49d4-43c6-b93b-e7183f92b765/chatOverStream
POST https://workiq.svc.cloud.microsoft/rest/beta/conversations/d0f6bffa-49d4-43c6-b93b-e7183f92b765/chatOverStream
Content-Type: application/json

{
Expand Down Expand Up @@ -271,7 +271,7 @@ The following example shows how to use a OneDrive or SharePoint file as context
The following example shows the request.

```http
POST https://workiq.svc.cloud.microsoft/rest/beta/copilot/conversations/d0f6bffa-49d4-43c6-b93b-e7183f92b765/chatOverStream
POST https://workiq.svc.cloud.microsoft/rest/beta/conversations/d0f6bffa-49d4-43c6-b93b-e7183f92b765/chatOverStream
Content-Type: application/json

{
Expand Down Expand Up @@ -458,7 +458,7 @@ The following example shows how to toggle off web search grounding when sending
The following example shows the request.

```http
POST https://workiq.svc.cloud.microsoft/rest/beta/copilot/conversations/d0f6bffa-49d4-43c6-b93b-e7183f92b765/chatOverStream
POST https://workiq.svc.cloud.microsoft/rest/beta/conversations/d0f6bffa-49d4-43c6-b93b-e7183f92b765/chatOverStream
Content-Type: application/json

{
Expand Down Expand Up @@ -623,7 +623,7 @@ The following example shows how to send more context with a chat message to the
The following example shows the request.

```http
POST https://workiq.svc.cloud.microsoft/rest/beta/copilot/conversations/d0f6bffa-49d4-43c6-b93b-e7183f92b765/chatOverStream
POST https://workiq.svc.cloud.microsoft/rest/beta/conversations/d0f6bffa-49d4-43c6-b93b-e7183f92b765/chatOverStream
Content-Type: application/json

{
Expand Down
6 changes: 3 additions & 3 deletions docs/work-iq/rest/copilotroot-post-conversations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Use the Work IQ Chat API to integrate Microsoft 365 Copilot into yo
author: marina-hayrapetyan
ms.author: mhayrapetyan
ms.topic: reference
ms.date: 05/15/2026
ms.date: 06/10/2026
ms.localizationpriority: medium
doc_type: apiPageType
---
Expand Down Expand Up @@ -33,7 +33,7 @@ This documentation covers creating Copilot conversations using the Chat API. Lea
## HTTP request

```http
POST https://workiq.svc.cloud.microsoft/rest/beta/copilot/conversations
POST https://workiq.svc.cloud.microsoft/rest/beta/conversations
```

## Request headers
Expand All @@ -60,7 +60,7 @@ The following example shows how to create a Copilot conversation through the Wor
The following example shows the request.

```http
POST https://workiq.svc.cloud.microsoft/rest/beta/copilot/conversations
POST https://workiq.svc.cloud.microsoft/rest/beta/conversations
Content-Type: application/json

{}
Expand Down
Loading