1. Connect your account
Use OAuth to connect via Facebook (required for publishing stories) or Instagram Basic Display.
Instagram Basic Display tokens are read-only. Use the Facebook login to publish stories.
2. Publish a story
Send a request to POST /api/stories providing the Instagram user id or username and an image.
curl -X POST https://insta.devsebots.com.br/api/stories -H "Content-Type: application/json" -d '{
"userIdentifier": "17841400000000000",
"imageUrl": "https://example.com/story.jpg",
"caption": "Stories via API"
}'