Getting Started With Wasabi APIs

Prev Next

Wasabi provides a high-performance, affordable object storage solution that is fully compatible with the AWS S3 API. This means you can use familiar S3 tools, libraries, and SDKs to interact with Wasabi storage using its RESTful API.

This guide will help you get started with Wasabi APIs by walking you through the key concepts, tools, and steps required to make your first API call.

Security and Best Practices

  • Keep access keys private — avoid hardcoding them in your apps

  • Use IAM users and policies to manage access in team environments

  • Enable MFA (Multi-Factor Authentication) on your account

  • Consider using pre-signed URLs for temporary, secure file access

  • Always use HTTPS endpoints

Additional Information