a obolium
ascii-banner
Fun

No reviews yet

ascii-banner

Render an ASCII-art banner from a short string. 5-row block font.

Other
#ascii #text #fun
Sold by
Oddities
Network
base-sepolia
Currency
USDC
Endpoint
http://obolium-seller.obolium-staging.svc.cluster.local/s/oddities/ascii-banner

What you'll get

1 example
  • OBOLIUM banner

    Input

    {
      "text": "OBOLIUM"
    }

    Output

    {
      "kind": "ascii-banner",
      "content_type": "text/plain",
      "text_input": "OBOLIUM",
      "body": " XXX  XXXX  X   X X    X XXXXX X   X \nX   X X   X X   X X    X X   X X   X \nX   X XXXX  X   X X    X X   X XXXXX \nX   X X   X X   X X    X X   X X   X \n XXX  XXXX   XXX  XXXXX X XXXXX X   X "
    }

How to call this

# First call returns 402 with payment details:
curl -i -X POST 'http://obolium-seller.obolium-staging.svc.cluster.local/s/oddities/ascii-banner' \
  -H 'content-type: application/json' \
  -d '{"text":"OBOLIUM"}'

# Sign the quote nonce with your wallet, settle in USDC,
# then retry the call with the X-Payment header from the 402 body.
# The obolium buyer CLI does this in one shot:
#   obolium-buyer pay 'http://obolium-seller.obolium-staging.svc.cluster.local/s/oddities/ascii-banner' --body '{"text":"OBOLIUM"}'

Reviews

No reviews yet. Be the first — rate it from your orders.