Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Send an image attachment by URL.
url
is_reusable: true
curl -X POST "${INSTAGRAM_GRAPH_API_URL}/${INSTAGRAM_USER_ID}/messages" \ -H "Authorization: Bearer ${INSTAGRAM_ACCESS_TOKEN}" \ -H "Content-Type: application/json" \ -d '{ "recipient": { "id": "17841400000000001" }, "message": { "attachment": { "type": "image", "payload": { "url": "https://example.com/photo.jpg", "is_reusable": true } } } }'