---
title: "Introduction"
source: "https://docs.vertesiahq.com/api/introduction"
markdown: "https://docs.vertesiahq.com/llms/api/introduction.md"
---

# Introduction

Welcome to the Vertesia Platform API documentation! This guide will walk you through the available endpoints and demonstrate how to use them with cURL and the client SDK.

## Platform API

The Vertesia Platform offers a comprehensive set of API endpoints, all available from a single URL:

* **Production URL:** [https://api.vertesia.io/api/v1](https://api.vertesia.io/api/v1)

## Authentication

Vertesia uses JWT tokens to authenticate API requests. The most convenient way to acquire a JWT token is to use the Vertesia CLI

## Code Examples

This documentation provides examples for each API call using:

* **cURL:** A command-line tool that can be used to make HTTP requests.
* **Vertesia Client SDK:** A convenient way to interact with the platform from your TypeScript or JavaScript code.

## API Documentation

[Go to the documentation](/api/openapi)