Authentication
We enforce HTTP-header-based API-key authentication on the endpoints that provide functionality.
Your API Key can be obtained after signing up to the service, and renewed/changed at any time.
Example:
Header | Value | Meaning |
---|---|---|
X-API-Key | my_api_key_value | The API key you received after signing up |
curl --request GET 'https://api.textkit.ai/ping' \
--header 'X-API-Key: my_api_key_value'