HTTP Bearer authentication
Pawa AI APIs requires API Keys as authentication to ensure secure access and usage. This section details the methods and best practices for authenticating your requests.
HTTP Bearer authentication
Authorization: Bearer PAWA_AI_API_KEY
curl -X POST "https://api.pawa-ai.com/v1/chat/request" \
-H "Authorization: Bearer PAWA_AI_API_KEY" \
-H "Content-Type: application/json" \