Skip to main

API Technical Specs

Learn how to configure and leverage our services to achieve your toughest recruiting needs.
SaaS     |

Enable Matching

POST https://accounts.resumeparsing.com/api/(accountId)/matching

Enables AI Matching on a Sub-Account

Path Parameters

ParameterData TypeDescription
accountidstringThe AccountId of the account to enable AI Matching for.

Response Body

ErrorMessagestring
If an error occured, this will give a detailed message on what happened. If no error occured, this will be empty.

Sample Response

{ ... 
"ErrorMessage" :  "string"
}