Get Started

Create Professional Audio with AI 10,000x Faster

AudioStack enables you to create professional audio in the cloud from your code, or via our easy-to-use Platform. AudioStack API makes it easy to programmatically create human-sounding speech and audio using code, and then integrate it where ever audio is needed!

What is a RESTful API, anyway?

API is short for 'Application Programming Interface' . An API is a set of rules that lets programs talk to each other, exposing data and functionality across the Internet in a consistent format.

REST stands for Representational State Transfer. This is an architectural pattern that describes how distributed systems can expose a consistent interface. When people use the term REST API, they are generally referring to an API accessed using the HTTP protocol at a predefined set of URLs.

These URLs represent various resources β€” any information or content accessed at that location, which can be returned as JSON, HTML, audio files, or images. Often resources have one or more methods that can be performed on them over HTTP, like GET, POST, PUT, and DELETE. The action represented by the first and last of these is clear, but POST and PUT have specific meanings. How they are defined is confusing, but the general rule is: use POST to create resources, and PUT to update resources.

AudioStack for example provides an API for creating text to speech, uploading or ingesting content (like text) and producing beautiful and localised audio programmatically.

Introduction to the API documentation

The purposes of our API documentation is to help you get up and running with AudioStack API and SDKs quickly, as well as to cover the foundational concepts shaping our platform. We recognise that many of the developers using AudioStack don't have a background in audio production, so all the main concepts are covered in these guides.

πŸ“˜

New to APIs?

We recommend you start with our Beginners' Guide, which will help you set up your development environment before creating your first audio asset.

πŸ’Ό

Want to create audio without writing any code?

We offer a number of workflows to our enterprise customers, which empower everyone from sales representatives to CEOs to create professional quality audio assets using AudioStack API. Learn how to create an account.

How the AudioStack API works

Explore our API documentation and create your first audio asset right away.

API reference

The API reference guide describes all the endpoints in the API and allows you to try out making API calls directly from your browser, no installation needed. https://docs.audiostack.ai/reference

SDKs

We have a Python SDK available, and one in Javascript.

API status

Check it here: https://audiostack.statuspage.io/

Want to see examples of what you can build in AudioStack? Check out our example API recipes.

Get Started with the API


What’s Next

Ready to get set up with AudioStack API?