Skip to main content

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:

HeaderValueMeaning
X-API-Keymy_api_key_valueThe API key you received after signing up
curl --request GET 'https://api.textkit.ai/ping' \
--header 'X-API-Key: my_api_key_value'