cURL
curl --request POST \ --url https://api.linkupapi.com/v1/posts/create \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "message": "<string>", "login_token": "<string>", "country": "<string>", "file": "<string>" }'
{ "status": "success", "message": "Post created successfully" }
Create a new LinkedIn post with optional image attachment
Was this page helpful?