Get Saved User Persona
GET /get-user-persona
Description:
Note: This API should only be used to retrieve the saved data after you have analyzed a profile via /analyze-linkedin-url
This API retrieves a lead’s enriched behavioral data from Behavely AI using their LinkedIn profile URL. It analyzes publicly available online signals—including social media behavior, content engagement patterns, professional interests, and digital footprint—to generate a detailed persona. The response includes insights such as the lead’s top interests, communication style, preferred content types, behavioral tendencies (e.g., risk-taking, analytical, social), and do’s and don'ts for outreach.
Step 1: Setup Your Authorization
To initiate a batch call, you must first authenticate your request. Ensure you have your API key from signing up on the developer portal.
Step 2: Create the Payload
Endpoint:
Query Parameters:
Parameter | Type | Required | Description |
---|---|---|---|
| string | ✅ Yes | The full LinkedIn profile URL of the lead to look up. |
| string | ✅ Yes | Your unique API access token for authentication. |
Step 3: Request the API
You can send the request in the format below:
Example:
Step 4: Send the API Request
Use the provided CURL code snippet to make the API request.
Step 6: Handle the Response
After sending the batch request, you’ll receive a response with a linkedin_url
and the api_token
. Please wait for the response, it typically takes 20-60 seconds.
Here’s what an example response might look like: