/vsco-downloader-api

📸 Download your favorite images or videos from VSCO :D

Primary LanguagePython

VSCO Downloader API - Images and Videos

image

Super simple API takes in a link to a VSCO image or photo and downloads it for the client.

How to Use

Base URL: still a work in progress

Endpoints

1. GET /

  • pretty much a health check. should return 200 when everything is all good

2. POST /fetchObject

  • takes in json body of image/photo link

Example

{
  "link": "https://vsco.co/allentran/media/5f3779c092f1e1320f8cd973"
}