--- title: Quick Start Guide | Scenario Docs --- # Your First Steps: A Quickstart Guide to the Scenario API This quickstart guide is designed to help you make your first successful API call to the Scenario platform. By following these step-by-step instructions, you will learn how to authenticate your requests and generate your first AI-powered images. We will provide practical code examples in cURL, Python, and Node.js to ensure you can get up and running quickly, regardless of your preferred development environment. ## Prerequisites Before you begin, ensure you have the following: - An active Scenario account. - Basic understanding of API concepts (HTTP requests, JSON). - A development environment set up with cURL, Python (with `requests` library), or Node.js (with `node-fetch` or similar for HTTP requests). --- 👉 [Download OpenAPI spec](https://cdn.cloud.scenario.com/static/api/swagger.yaml)