Environments
Base URL
All API requests use the following base URL:All endpoint paths in this documentation are relative to the base URL. For example, the full URL for CV analysis is
https://api-service.fribl.co/api/v1/cvs/analyze.API versioning
The current API version is v1, included in the base URL path. When new versions are released, previous versions will continue to be supported with advance deprecation notice.Rate limiting
The API enforces rate limits to ensure fair usage. If you exceed the limit, you will receive a429 Too Many Requests response. Implement exponential backoff in your retry logic.