POST
/
v1
/
linkedin
/
posts
curl --request POST \
  --url https://api.papercuts.ai/v1/linkedin/posts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-User-Token: <api-key>' \
  --data '{
  "content": "<string>"
}'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Your Papercuts API Key

X-User-Token
string
header
required

User Token received while integrating end user accounts

Body

application/json
content
string
required

The content of the LinkedIn post

Response

200
application/json
Post created successfully
status
enum<string>
Available options:
ok,
error