Documentation > Authorization
Authorization To start using the endpoints that we have in the API, you must obtain the api key from code that we give you when you create your account, this can be consulted from the dashboard once you log in: This is only exclusive for users who have a premium plan, if you do not have a plan you will not be able to access your api key.
How to use the api key Once you have the api key you can make the requests in 2 ways using a "api key" parameter in the body of the post endpoint or using a header "X-API-KEY" with the value of your api key.
Security The api key related to your account will consume your bandwidth data, make sure that it is not shared with anyone or that it is exposed. You can always renew your api key if necessary as many times as you want.