Getting Started
Welcome to the Resizable documentation!
This Getting Started section will help you create your first Resizable app and learn the core features you'll use in every project.
Easy to integrate
Resizable is designed to be easy to integrate into your existing projects. Whether you're building a new application or adding image resizing capabilities to an existing one, Resizable can be set up quickly with minimal configuration.
Our API is a simple HTTP interface with various options:
- Source image Your source image URL reference
- Resize options Width, height, fit, format, quality, and more
- Output image Get the resized image URL or the image data directly
Get started by checking out the API Reference to see all available options and how to use them.