Tweet Image
Render text in a tweet-style card. Use when an agent mocks up a post or quotes one as an image.
Call it
The first response is 402 with the exact price and every rail you can
pay with. Pay, repeat the request with the proof, and you get the result.
curl -X POST https://api.glianalabs.com/v1/tools/tweet-image \
-H 'content-type: application/json' \
-d '{"text":"shipping > talking","name":"GlianaAI","handle":"glianalabs"}'When to use it
Inputs: text (required), name, handle. Returns url and contentType of the PNG. A rendering of text you supply, not a capture of a real tweet.
What it costs
$0.0200 per successful call — flat, with no plan, minimum or monthly fee. A call that fails validation is refused before it runs, so it is never charged.
Not sure this is the right endpoint? GET /v1/consult?intent=… is
free and answers that.
Often used with this
Screenshot
$0.0050Capture a rendered web page as a PNG. Use when an agent needs to show a page rather than read it — a preview, a visual diff, evidence of what a site displayed.
Card
$0.0200Render a social card in a chosen aspect ratio.
Code Image
$0.0200Render a syntax-highlighted code snippet as an image.