New
🎉 We are delighted to announce the release of our new Storing API to efficiently manage the storing of your Profiles and Jobs records within HrFlow.ai and keep your data organized and up-to-date.
💾 The Storing API allows you to store, retrieve, and archive your records securely and efficiently.
🔄 The Storing API will replace the Indexing API, but the endpoints are backward compatible, ensuring a smooth transition from the Indexing API to the new Storing API.
📊 Thanks to this new API, you can reach a new level of efficiency and control over your records management.
🔌 You can find below the new Storing API endpoints that you can use to replace the old Indexing endpoints:
- POST: https://api.hrflow.ai/v1/profile/indexing ➡️ https://api.hrflow.ai/v1/storing/profile
- PUT: https://api.hrflow.ai/v1/profile/indexing ➡️ https://api.hrflow.ai/v1/storing/profile
- PATCH: https://api.hrflow.ai/v1/profile/indexing/archive ➡️ PATCH: https://api.hrflow.ai/v1/storing/profile/archive
- POST: https://api.hrflow.ai/v1/job/indexing ➡️ https://api.hrflow.ai/v1/storing/job
- PUT: https://api.hrflow.ai/v1/job/indexing ➡️ https://api.hrflow.ai/v1/storing/job
- PATCH: https://api.hrflow.ai/v1/job/indexing/archive ➡️ https://api.hrflow.ai/v1/storing/job/archive
🆕 Moreover, we have added two new endpoints that were not part of the indexing API:
🔗 Useful Links:
Learn how to use the Storing API through our comprehensive documentation: