Query Parameters
The username of the profile
Copy
curl --request GET \
--url 'https://api.netrows.com/v1/people/recommendations/given?username=example' \
--header 'Authorization: Bearer YOUR_API_KEY'
Copy
{
"success": true,
"message": "",
"data": [
{
"text": "I had the pleasure of working with Sanjay during his time as an AI Engineer intern on my team. He brought a proactive mindset to every project and consistently looked for new ways to optimize our pipelines. Sanjay is a skilled AI engineer with strong technical fundamentals and a genuine curiosity to learn and explore new solutions. He’d be a great asset to any AI team.",
"created": 1745537038000,
"lastModified": 1745597862000,
"relationship": "RECOMMENDER_MANAGED_RECOMMENDEE",
"recommendee": {
"firstName": "Sanjay",
"lastName": "S.",
"occupation": "AI Engineer | Agentic AI | GenAI | AWS Certified | LangChain | CrewAI | UT Dallas MS graduate | ex-Infosys",
"username": "sanjay-s1"
}
},
{
"text": "Shub is an exceptional AI Engineer contractor on our Fireworks AI team. His proactive approach and ability to quickly ramp up on new model and tool launches impressed me throughout our work together.
He consistently turned emerging technologies into practical, real-world applications with remarkable speed.
His demos were always high-quality, showcasing both technical excellence and practical business value. What made working with Shub so valuable was his knack for translating complex AI capabilities into accessible demonstrations that resonated with stakeholders.
I'd recommend Shub to any team looking for an AI engineer who delivers quality work, adapts quickly to new technologies, and consistently exceeds expectations",
"created": 1744053710000,
"lastModified": 1744053853000,
"relationship": "RECOMMENDER_IS_CLIENT_OF_RECOMMENDEE",
"recommendee": {
"firstName": "Shub",
"lastName": "Argha",
"occupation": "Shipping magic spells for AI agents @ Arcade.dev",
"username": "shubcodes"
}
}
],
"total": 2
}
Cost
This endpoint costs 1 credit per request.