Skip to content

Commit af16c24

Browse files
Update get-prediction-url.md
1 parent c87dd2c commit af16c24

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/language-service/custom-named-entity-recognition/includes/language-studio

1 file changed

+2
-2
lines changed

articles/cognitive-services/language-service/custom-named-entity-recognition/includes/language-studio/get-prediction-url.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ ms.author: aahi
2323

2424
4. Submit the `POST` cURL request in your terminal or command prompt. You'll receive a 202 response with the API results if the request was successful.
2525

26-
5. In the response header you receive extract `{JOB-ID}` from `operation-location`, which has the format: `{ENDPOINT}/text/analytics/v3.2-preview.2/analyze/jobs/<JOB-ID}>`
26+
5. In the response header you receive extract `{JOB-ID}` from `operation-location`, which has the format: `{ENDPOINT}/language/analyze-text/jobs/{JOB-ID}`
2727

2828
6. Back to Language Studio; select **Retrieve** pivot from the same window you got the example request you got earlier and copy the sample request into a text editor.
2929

3030
:::image type="content" source="../../media/get-prediction-url-3.png" alt-text="A screenshot showing the example retrieval request." lightbox="../../media/get-prediction-url-3.png":::
3131

32-
7. Replace `<JOB-ID>` with the `{JOB-ID}` you extracted from the previous step.
32+
7. Replace `<OPERATION-ID>` with the `{JOB-ID}` you extracted from the previous step.
3333

3434
8. Submit the `GET` cURL request in your terminal or command prompt.

0 commit comments

Comments
 (0)