curl --request GET \ --url https://api.sorsa.io/v3/link-to-id \ --header 'ApiKey: <api-key>'
Copy
{ "id": "<string>"}
Technical Endpoints
Convert Profile Link to User ID
Extracts the stable numeric user ID from a Twitter/X profile URL. Useful for normalizing profile links into consistent identifiers before making further API calls.
GET
/
link-to-id
Convert Profile Link to User ID
Copy
curl --request GET \ --url https://api.sorsa.io/v3/link-to-id \ --header 'ApiKey: <api-key>'