{"openapi":"3.2.0","info":{"title":"Screenshot Twitter or X API","description":"The Twitter/X Screenshot API allows you to capture high-quality screenshots of tweets with ease. Simply provide a tweet URL, and our API will return an image of the tweet, preserving its original formatting and media.  Perfect for journalists, researchers, and developers who need to archive or display tweets programmatically.","version":"1.0.0"},"servers":[{"url":"https://xshot.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/healthcheck":{"get":{"operationId":"get_healthcheck","summary":"Healthcheck (Free)","description":"Check server health"}},"/screenshot":{"post":{"operationId":"post_screenshot","summary":"Take new screenshot","description":"Take new screenshot from X or Twitter using url, light_mode (default: dim), padding (default: 50).","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"url":"https://x.com/X/status/1932065354290786718","light_mode":"dark","transparent":false,"padding":[300,150,300,150],"datetime_size":0.9,"zoom_level":2.1,"show_views":true,"show_reply":false,"show_like":false,"show_retweet":false,"show_bookmark":false,"show_datetime":true,"format":"bytes"}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}