Skip to main content
POST
/
api
/
linkedin
/
management
/
chat
/
attachment
/
base64
/linkedin/management/chat/attachment/base64
curl --request POST \
  --url https://api.anysite.io/api/linkedin/management/chat/attachment/base64 \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "cookies": [
    {
      "name": "<string>",
      "value": "<string>"
    }
  ],
  "proxy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "file_url": "<string>",
  "timeout": 300,
  "company": {
    "type": "<string>",
    "value": "<string>"
  }
}
'
[
  {
    "file_name": "<string>",
    "media_type": "<string>",
    "content": "<string>"
  }
]

Authorizations

access-token
string
header
required

Headers

access-token
string
required

Body

application/json
account_id
string<uuid>
required

Can be obtained on the accounts page: https://app.horizondatawave.ai/accounts

cookies
LinkedinCookie · object[]
required

Linkedin Cookies

proxy
string<uuid>
required
file_url
string
required

URL of the file to download

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
company
LinkedinURN[Literal[<LinkedinURNPrefix.company: 'company'>]] · object

Company URN where the account is admin

Response

Successful Response

file_name
string
required
media_type
string
required
content
string
required