Papercuts provides a set of pre-built APIs that you can use to automate tasks on connected accounts on popular websites like LinkedIn and Facebook.

How to use

Here is an example of how you can call the Facebook create post endpoint to create a post in your Facebook profile:

Response
{
  "status": "ok",
}

Replace YOUR_USER_TOKEN with the userToken and PAPERCUTS_API_KEY with the provided Papercuts API Key.

You can explore other supported pre-built actions here.

Next Steps

Custom Scripts

Retrieve a connected user session and execute custom automation scripts.