UnifyAPI
← Back to catalog

ai.summarize

mock data$0.015 / call

Summarize

Summarize a block of text into a short paragraph.

AI & MLprovider: OpenRouter#ai#summarize

Input schema

textrequired
string

Call via REST

curl -X POST https://unifyapi.pro/api/call/ai.summarize \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"text":"<text>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.