Skip to main content
POST
/
article
Article info
curl --request POST \
  --url https://api.sorsa.io/v3/article \
  --header 'ApiKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tweet_link": "<string>"
}
'
{
  "author": {
    "bio_urls": [
      "<string>"
    ],
    "can_dm": true,
    "created_at": "<string>",
    "description": "<string>",
    "display_name": "<string>",
    "favourites_count": 123,
    "followers_count": 123,
    "followings_count": 123,
    "id": "<string>",
    "location": "<string>",
    "media_count": 123,
    "pinned_tweet_ids": [
      "<string>"
    ],
    "possibly_sensitive": true,
    "profile_background_image_url": "<string>",
    "profile_image_url": "<string>",
    "protected": true,
    "tweets_count": 123,
    "username": "<string>",
    "verified": true
  },
  "bookmark_count": 123,
  "cover_image_url": "<string>",
  "favorite_count": 123,
  "full_text": "<string>",
  "preview_text": "<string>",
  "published_at": "<string>",
  "quote_count": 123,
  "reply_count": 123,
  "retweet_count": 123,
  "views": 123
}

Authorizations

ApiKey
string
header
required

Body

application/json

Article request

Response

OK

author
object
bookmark_count
integer
cover_image_url
string
favorite_count
integer
full_text
string
preview_text
string
published_at
string
quote_count
integer
reply_count
integer
retweet_count
integer
views
integer