curl --request POST \
--url https://api.example.com/api/x402/v1/linkedin/find-url \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"company": "<string>",
"location": "us"
}
'{
"status": "<string>",
"query": "<string>",
"linkedin_url": "<string>",
"profiles": [
{
"url": "<string>",
"title": "",
"snippet": "",
"match_confidence": 123,
"match_reason": "<string>"
}
],
"metadata": {}
}SYNC inline search. No ARQ. No user context. Idempotent per query.
curl --request POST \
--url https://api.example.com/api/x402/v1/linkedin/find-url \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"company": "<string>",
"location": "us"
}
'{
"status": "<string>",
"query": "<string>",
"linkedin_url": "<string>",
"profiles": [
{
"url": "<string>",
"title": "",
"snippet": "",
"match_confidence": 123,
"match_reason": "<string>"
}
],
"metadata": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt
Use this file to discover all available pages before exploring further.
Request body for POST /api/x402/v1/linkedin/find-url.