Post a frame action, cast action or a cast composer action
Post frame actions, cast actions or cast composer actions to the server
(In order to post any of these actions, you need to have an approved signer_uuid
)
The POST request to the post_url has a timeout of 5 seconds for frames.
To learn more about using this route on your own backend to handle frame interactions, click here to read our guide
The post frame action API can be used by clients to interact with a frame. You need to have an approved signer_uuid
to post a frame action.
The POST request to the post_url has a timeout of 5 seconds.
Authorizations
API key to authorize requests
Body
UUID of the signer.
signer_uuid
is paired with API key, can't use a uuid
made with a different API key.
"19d0c5fd-9b33-4a48-a0e2-bc7b0555baec"
Cast Hash
Response
Frame v1 object
Version of the frame, 'next' for v2, 'vNext' for v1
URL of the image
Launch URL of the frame
Post URL to take an action on this frame
Frame v1 object
Version of the frame, 'next' for v2, 'vNext' for v1
URL of the image
Launch URL of the frame
Post URL to take an action on this frame
Was this page helpful?