Yes, RChilli supports SSL authentication as part of its broader security architecture.
🔐 SSL and API Security
RChilli’s API endpoints are accessed via HTTPS (SSL/TLS), ensuring secure data transmission. This is a foundational requirement for all integrations and is standard across the REST-based APIs provided by RChilli. SSL (Secure Socket Layer) or TLS (its successor) ensures that the data exchanged between your application and RChilli’s servers is encrypted and protected from interception.
🔑 Authentication Mechanism
While SSL secures the communication channel, API-level authentication is handled through a private user key, which must be included in the API request. Here’s how the process works:
-
Obtain User Key: Log in to the RChilli My Account portal to get your unique user key.
-
Use in API Calls: Include this key in your request payload (as
userkey
) to authenticate every call. -
SSL/HTTPS: All API endpoints are hosted under
https://
, meaning SSL is used to secure the connection itself.
➡️ Learn more about API authentication here: Resume Parser API Authentication – KC Link
🛡️ Security Certifications
RChilli is ISO/IEC 27001:2022 and SOC 2 Type 2 certified, ensuring its infrastructure and processes follow industry best practices for data security.
✅ Summary
Security Aspect | Supported |
---|---|
SSL/TLS for HTTPS | ✅ Yes |
API Key Authentication | ✅ Yes |
ISO/SOC Certifications | ✅ Yes |
If you require mutual SSL authentication (client certificate authentication), please contact support@rchilli.com for further details or a custom setup.
Comments
0 comments
Please sign in to leave a comment.