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>"
}Payload example
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>"
}