Skip to main content
POST
/
ai_based
/
pinterest
/
posts
/pinterest/posts
curl --request POST \
  --url https://api.anysite.io/ai_based/pinterest/posts \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "timeout": 300
}
'
{
  "id": "<unknown>",
  "title": "<unknown>",
  "description": "<unknown>",
  "image": "<unknown>"
}

Body

application/json
id
string
required
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
any
required
title
any
required
description
any
image
any