getting started
quickstart
create an api key and make your first ai generation in minutes
create an api key
before you can start using the api, you need to authenticate your requests. this is done by using an x-api-key
header that links your requests to your account. to create your account and an api key, follow these steps:
- sign up at the developer playground to create your account.
- navigate to the keys page and click
create new key
. - copy your api key secret and store it securely.
for security reasons, you won’t be able to view it again. if lost, you’ll need to generate a new key.
getting started is quick and easy - you’ll be ready to use the sync api in just a few clicks!
make your first api request
with your api key in hand, you can make your first api request.
to get started without writing any code, you can test out the api directly from the docs by going to the generate endpoint.