Composition
Compare two style profiles
get/styles/compare
Query parameters
username1string required
First username to compare
username2string required
Second username to compare
Response
Style comparison
Example response
{
"style1": {
"xUsername": "elonmusk",
"tweetCount": 50,
"isOwnAccount": true,
"fetchedAt": "2025-01-15T12:00:00Z",
"tweets": [
{
"id": "1234567890",
"text": "Just launched our new feature!"
}
]
},
"style2": {
"xUsername": "elonmusk",
"tweetCount": 50,
"isOwnAccount": true,
"fetchedAt": "2025-01-15T12:00:00Z",
"tweets": [
{
"id": "1234567890",
"text": "Just launched our new feature!"
}
]
}
}