Skip to content
SolidRusT.ai

Video Tutorials

Learn how to integrate SolidRusT AI into your applications with our video tutorials. Each video includes a full transcript for accessibility.

Getting Started

A complete walkthrough of creating your first API request, from signing up to making your first chat completion.

Duration: ~10 minutes
Topics: Account setup, API keys, first request

Authentication Deep Dive

Understanding API key management, security best practices, and authentication patterns.

Duration: ~8 minutes
Topics: API key rotation, secure storage, header authentication

Building a Chatbot

Step-by-step tutorial for building a conversational AI chatbot using the Chat Completions API.

Duration: ~15 minutes
Topics: Conversation history, streaming, context management

RAG Application

Create a document Q&A system using embeddings and semantic search.

Duration: ~20 minutes
Topics: Embeddings, vector search, knowledge retrieval

Once tutorials are published, they’ll be embedded like this:

import VideoEmbed from '../../../components/VideoEmbed.astro';
<VideoEmbed
title="Getting Started with SolidRusT AI"
youtubeId="VIDEO_ID_HERE"
/>
<VideoEmbed
title="Authentication Tutorial"
youtubeId="VIDEO_ID_HERE"
transcriptFile="auth-tutorial-transcript.md"
>
<Fragment slot="transcript">
Welcome to the SolidRusT AI authentication tutorial.
In this video, we'll cover how to securely manage your API keys...
</Fragment>
</VideoEmbed>

Our tutorials are hosted on YouTube with privacy-enhanced mode enabled. This means:

  • No tracking cookies until you play the video
  • Videos can still be played embedded
  • Full caption and transcript support

All video tutorials include:

  • Auto-generated captions on YouTube
  • Full written transcripts in the documentation
  • Downloadable transcript files