Skip to main content
POST
/
v1
/
scrape
Scrape creator data
curl --request POST \
  --url https://api.vidjutsu.ai/v1/scrape \
  --header 'Content-Type: application/json' \
  --data '
{
  "platform": "instagram",
  "action": "<string>",
  "params": {}
}
'

Body

application/json
platform
enum<string>
required
Available options:
instagram
action
string
required
params
object

Response

200 - application/json

The request has succeeded.