Logo
AI Text Summarizer with Node JS and Hugging Face API API Documentation

hugging face summary

POST https://api-inference.huggingface.co/models/facebook/bart-large-cnn

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

[ { "generated_text": "Amelia, a curious astronomer, spotted a peculiar comet through her telescope. Determined to investigate, she built a spaceship. On her journey, she encountered cosmic wonders, yet the comet remained elusive. Finally, at the edge of the universe, she understood its secret." } ]



Curl
curl -X POST 'https://api-inference.huggingface.co/models/facebook/bart-large-cnn' -d '{"inputs":"Amelia, a curious astronomer, spotted a peculiar comet through her telescope. It emitted a mesmerizing glow and seemed to change course. Determined to investigate, she built a spaceship. On her journey, she encountered cosmic wonders, yet the comet remained elusive. Finally, at the edge of the universe, she understood its secret: the comet was a celestial guide, leading her to discover the boundless wonders within herself. Grateful for the voyage, Amelia returned, sharing her newfound wisdom with the world, inspiring others to explore both the cosmos and the depths of their souls.","parameters":{"max_length":100,"min_length":30}}'

ENDPOINTS