Skip to content
Open
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
5 changes: 4 additions & 1 deletion apps/docs/api-integration-guide/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ description: ⏱️ 2 min read

Prefer learning by watching? Check out our integration walkthrough:

[Watch the integration walkthrough on YouTube](https://www.youtube.com/watch?v=gz6GU5kAUXY&t=145s)
[Watch the integration walkthrough on YouTube](https://www.youtube.com/watch?v=gz6GU5kAUXY&t=145s):
Copy link

Copilot AI Feb 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The embed URL contains an HTML-escaped query separator (&). In GitBook {% embed %} tags this is treated as a literal string, so YouTube receives amp;start=145 instead of start=145 and the video won’t start at the intended timestamp. Use a plain & between query parameters (or remove the extra param entirely).

Suggested change
[Watch the integration walkthrough on YouTube](https://www.youtube.com/watch?v=gz6GU5kAUXY&t=145s):
{% embed url="https://www.youtube.com/embed/gz6GU5kAUXY?si=54lqva3t6lzKjvdH&start=145" %}

Copilot uses AI. Check for mistakes.

{% embed url="https://www.youtube.com/embed/gz6GU5kAUXY?si=54lqva3t6lzKjvdH&start=145" %}


---

Expand Down