automation.crossAccountRepostConfig on the parent post: enabled and providersConfig derived from reposts.providerId in reposts must be an integration id from POST /api/integrations/filter-integrations.scheduleInSecs values are chosen from fixed delays (300, 1800, 3600, … seconds). Each target providerId gets a child post whose schedule is parent scheduledTime + scheduleInSecs.curl --location 'https://app.highperformr.ai/api/v1/posts//reposting' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"reposting": {
"enable": true,
"reposts": [
{
"providerId": "fju3BtazNWFUeqBkbX7e",
"scheduleInSecs": 300
}
]
}
}'{
"property1": "string",
"property2": "string"
}