Authentication
Before integrating with the API, you need to follow the steps below to ensure the security of your API calls.
Account setup
First, create an X-Design (opens in a new tab) api account or sign in. Next, connect our expert to create new API key.
💡
Keep your API key secret. If you believe your API key has been compromised, you can delete it and create a new one.
Make a request with API key
When making a request, add the API key to the request header named X-Api-Key
as code snippets below.
curl -X POST -H "X-Api-Key: YOUR_API_KEY" -d "data" XDESIGN_API_URL