Endpoint

Module: tool mastery

What it is

An endpoint is a specific URL where you send API requests. Different endpoints provide different functionality—chat completions, embeddings, image generation, etc. When integrating with AI services, you'll send HTTP requests to these endpoints with your data and receive responses.

Why it matters

Understanding endpoints helps you navigate AI API documentation and build integrations. Different endpoints have different input formats, output formats, and pricing. Knowing which endpoint to use for which task is fundamental to working with AI APIs programmatically.