Https Twitter Com I Flow Signup [work] ๐ ๐
Because the /flow/ system is a fortress against bots. The endpoint usually requires a or a guest_token generated by the initial page load.
This is called a flow. The backend tells the frontend what to ask, and the frontend just renders the components. This allows X to change the signup process (e.g., adding a "Prompt for Newsletter signup") without pushing a new version of their iPhone app or website. They just change the Flow definition on the server. Why the weird URL? Security and Bots You might ask: "Why can't I just curl https://twitter.com/i/flow/signup and create 1,000 accounts?" https twitter com i flow signup
Since I cannot browse live links, this post is based on the common technical function of the /i/flow/signup endpoint (the API backend for Twitterโs (Xโs) multi-step signup process). Behind the Curtain: Deconstructing the https://twitter.com/i/flow/signup Engine If you have ever created a new account on X (formerly Twitter), you have interacted with one of the most sophisticated pieces of front-end architecture on the social webโwithout even knowing it. You clicked "Sign up," entered your name, and magically, the screen shifted, asked for your birthday, then your phone number, then your interests. Because the /flow/ system is a fortress against bots
By analyzing the flow/signup traffic, researchers have historically found experiments running on subsets of users. 50% of users might see a 2-step flow; 50% might see a 5-step flow. The URL stays the same ( /i/flow/signup ), but the JSON payload changes. If you open your Developer Tools (F12) and watch the Network tab while signing up for X, look for requests to https://twitter.com/i/api/1.1/onboarding/task.json . The backend tells the frontend what to ask,
You will see the raw data. It is often gzipped and minified, but if you prettify it, you will see the exact logic:

