post https://api.adept-id.com/v2/translate-job
Translates a Job object into English.
Use this endpoint to translate a Job object into English prior to use in a search & matching endpoint. The endpoint accepts a Job object and returns the same object with all text fields translated into English. AdeptID uses a Large Language Model (LLM) with specialized translation capabilities for translation.
Additional Notes:
- Enabling this service: This is a value-added service and is not available by default. To access this service, please contact your AdeptID Partner Success team.
- Success Rate and Retries: Job objects are successfully translated in >99.99% of attempts. When translation cannot be achieved, AdeptID will return a 500 error; callers can choose whether to retry or forgo translation (see API HTTP Status Codes for more details).
- Skills: This endpoint both translates and normalizes skills and certifications. The output skills and certifications can be input as-is into AdeptID’s search & matching endpoints.
- Privacy: The data provided to an LLM for translation is not utilized in the training of subsequent LLMs. For more information on AdeptID’s approach to data privacy and security, see https://trust.adept-id.com/.
- Latency: This is a synchronous endpoint with a latency of multiple seconds; users should consider this when configuring API timeout limits.
- Languages: The output language is specified using the IETF BCP 47 (e.g., “en-US”) standard. See Languages for a list of acceptable codes.