Quick Start
Last updated
Last updated
Good to know: A quick start guide can be good to help folks get up and running with your API in a few steps. Some people prefer diving in with the basics rather than meticulously reading every page of documentation!
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
For more information about an API key, please send email to business@ave.ai
To make your first request, send an authenticated request to the token endpoint. This will query a token, which is nice.
Take a look at how you might call this method via curl
: