Create a new LinkedIn post
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" }
Your Papercuts API Key
User Token received while integrating end user accounts
Post created successfully
The response is of type object.
object