To test the API in Zoho Creator you can use the below provided Sample cpde:
string Test.ApiCalling()
{
data = {
"url" : "https://urlPublic/sample.doc",
"userkey" : "Userkey",
"version" : "8.0.0",
"subuserid" : "your sub user id"
} ;
response = invokeUrl
[
url: "https://rest.rchilli.com/RChilliParser/Rchilli/parseResume"
type: POST
parameters: data.toString()
headers: {"Content-Type": "application/json"}
];
return response;
}
Note: Don't pass any other parameter in header except 'Content-Type' and 'Accept'
If you have any questions, you can always contact RChilli support at support@rchilli.com.
Comments
0 comments
Please sign in to leave a comment.