The Ayna API provides developers with the capability to integrate our VTON technology directly into their applications. Built on a RESTful architecture, it currently supports only HTTP endpoints. The base URL for the Ayna API is https://api.getayna.com/v1/ Go to the API Endpoints →

Authentication

Access to the Ayna API is secured through the use of API keys. To obtain an API key, create an account to access our API Platform and create a new API key. Navigate to API Keys in your API Platform sidebar and click on “Create new API key”.

Using your API key

To authenticate each API request, you must include the API key in the header:
Authorization: Bearer YOUR_API_KEY_HERE