Hugging Face

Generated from:

Create a POST request to Hugging Face inference API to run text generation

Request

POST

URL

https://api-inference.huggingface.co/models/{{MODEL_NAME}}

Headers

AuthorizationBearer {{HUGGING_FACE_TOKEN}}
Content-Typeapplication/json

Body

{"inputs": {{INPUT_TEXT}}}

This request was generated from:

Create a POST request to Hugging Face inference API to run text generation

Generate your own →

Type any API. Get a production-ready request. No login required.