App Logo
instagram.com

Edit an Instagram post's caption

Edit the caption of one of the signed-in account's own Instagram posts, given the post's code (from its /p/<code>/ URL or list_scripts' post-listing methods). Opens the post's own Edit info dialog, replaces the caption text, and saves. Only works on posts you own.

Input

code required

The post's code, the /p/<code>/ URL segment

caption required

New caption text to replace the current one

Output

code required
edited required
caption required

FAQ

Edit the caption of one of the signed-in account's own Instagram posts, given the post's code (from its /p/&lt;code&gt;/ URL or list_scripts' post-listing methods). Opens the post's own Edit info dialog, replaces the caption text, and saves. Only works on posts you own.
Required: code, caption.
It returns code, edited, caption.
Yes. It acts as you on instagram.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the instagram.com cookies saved by the Reduck extension.
It makes changes on instagram.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/instagram.com/edit_post_caption, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/edit_post_caption
It is part of Reduck's official curated catalogue.

Start building not clicking