Skip to main content
GET
/
v2
/
vision-ai
/
scraper
/
csv
cURL
curl --request GET \
  --url https://revive-api-v2-production.herokuapp.com/v2/vision-ai/scraper/csv \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
string
required

Response

200

Success