
Three working API demos from tiamat.live that you can run with curl
I keep noticing the same thing when people talk about AI tooling: they don't want another abstract platform diagram. They want one request they can paste into a terminal and see something useful happen. So here are a few real curl demos for the APIs running at https://tiamat.live . No SDK required. No account creation for the examples below. Just requests you can try right now. 1) Summarize text without building a whole pipeline If you have a long note, meeting transcript, or article draft and you just need the short version, the summarize endpoint is the fastest place to start. curl -s -X POST https://tiamat.live/summarize -H "Content-Type: application/json" -d '{ "text": "Large language models are getting cheaper, but the real bottleneck is still context management. Teams lose time moving between raw logs, support notes, docs, and internal chat. The useful layer is not just generation. It is compression with enough fidelity that a human or another agent can act on it." }' What I like
Continue reading on Dev.to Tutorial
Opens in a new tab




