Rate Limits
Onur Genes Publishedon
If you successfully generated an API Key for your account, you can start using it with endpoints described below.
All endpoints are shown as cURL request but you can use an online tool for making it compatible with your own programming language
Personalization Endpoint
URL: https://api.nureply.com/v2/user-api/get-personalization
Parameters:
url (Required)
: URL of your target website or LinkedIn profile to generate cold outreach icebreaker. e.g.https://linkedin.com/in/onurgenes
orhttps://nureply.com
multi_line (Optional)
: Iftrue
you will get 3 icebreakers instead of 1. You can omit this. default:false
Example Body:
{
"url": "https://linkedin.com/in/onurgenes",
"multi_line": true
}
Example Request:
curl --request POST \
--url https://api.nureply.com/v2/user-api/get-personalization \
--header 'Content-Type: application/json' \
--header 'x-personal-api-key: YOUR_API_KEY' \
--data '{"url": "https://www.linkedin.com/in/onurgenes"}'
Example Response
{
"message": "OK",
"data": {
"firstLines": [
"I found it very inspiring when I learnt that you are the founder at Nureply, Inc. Seeing that you have been in this position since March of 2022 shows that you are doing a great job.",
"I know that you founded Nureply, Inc back in March of this year!",
"I could not fail to notice that you are the founder at Nureply, Inc. This is a great role that shows you have great leadership skills to guide and direct a team."
]
}
}
Paraphrasing
TBD.
Best Practices
- Use an online tool for converting
cURL
requests to a compatible code snippets. We recommended: https://curlconverter.com - You can use an online tool to generate required types to use in your own system. We recommended: https://quicktype.io
- Instead of sending multiple requests, you can always use
multi_line
parameter for getting multiple icebreakers - If you see any errors, please let us know