We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d332751 commit 35a163bCopy full SHA for 35a163b
docs/pages/product/apis-integrations/embedding.mdx
@@ -57,7 +57,7 @@ const session = await fetch(
57
method: "POST",
58
headers: {
59
"Content-Type": "application/json",
60
- Authorization: "Access-Token ${API_KEY}",
+ Authorization: "Api-Key ${API_KEY}",
61
},
62
body: JSON.stringify({
63
deploymentId: DEPLOYMENT_ID,
@@ -120,7 +120,7 @@ Here's a complete HTML example that demonstrates the full flow for embedding a d
120
121
122
123
- Authorization: `Access-Token ${API_KEY}`,
+ Authorization: `Api-Key ${API_KEY}`,
124
125
126
0 commit comments