curl --request POST \
--url https://alphainsider.com/api/newPost \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"strategy_id": "<string>",
"description": "<string>",
"url": "<string>"
}
'{
"success": true,
"response": {
"timeline_id": "3",
"created_at": "2024-10-22T21:38:10.891Z",
"strategy_id": "WuRnay0CF3P1oPRSdogj5",
"name": "Test strategy",
"user_id": "user_1",
"likes": "0",
"liked": false,
"type": "post",
"data": {
"post_id": "min-8IC-fuFTxG-2npQfD",
"description": "Test",
"url": "https://www.coindesk.com/markets/2024/10/22/paul-tudor-jones-all-roads-lead-to-inflation-hes-long-bitcoin-and-gold/",
"content": {
"site": "www.coindesk.com",
"type": "summary",
"image": "https://alphainsider-images.s3.us-east-2.amazonaws.com/67FTg2zhFXcxai20T_w44",
"title": "Paul Tudor Jones: 'All Roads Lead to Inflation;' He's Long Bitcoi...",
"description": "The U.S. government's debt and deficit issues aren't going anywhere no matter who wins the presidency next month, said Jones."
}
}
}
}Create a new timeline post.
curl --request POST \
--url https://alphainsider.com/api/newPost \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"strategy_id": "<string>",
"description": "<string>",
"url": "<string>"
}
'{
"success": true,
"response": {
"timeline_id": "3",
"created_at": "2024-10-22T21:38:10.891Z",
"strategy_id": "WuRnay0CF3P1oPRSdogj5",
"name": "Test strategy",
"user_id": "user_1",
"likes": "0",
"liked": false,
"type": "post",
"data": {
"post_id": "min-8IC-fuFTxG-2npQfD",
"description": "Test",
"url": "https://www.coindesk.com/markets/2024/10/22/paul-tudor-jones-all-roads-lead-to-inflation-hes-long-bitcoin-and-gold/",
"content": {
"site": "www.coindesk.com",
"type": "summary",
"image": "https://alphainsider-images.s3.us-east-2.amazonaws.com/67FTg2zhFXcxai20T_w44",
"title": "Paul Tudor Jones: 'All Roads Lead to Inflation;' He's Long Bitcoi...",
"description": "The U.S. government's debt and deficit issues aren't going anywhere no matter who wins the presidency next month, said Jones."
}
}
}
}