Allowing users to add articles, videos, images and URLs to getSparks is most likely the first type of integration that you’ll want to build into your application. Adding items to getSparks is easy.
Adding a Single Item
To save an item to a user’s getSparks list, you’ll make a single request to the /save/ endpoint.
https://getsparks.io/save/?url=
URL | String | The URL of the item you want to save |