Generated from:
Create a POST request to Hugging Face inference API to run text generation
URL
https://api-inference.huggingface.co/models/{{MODEL_NAME}}
Headers
| Authorization | Bearer {{HUGGING_FACE_TOKEN}} |
|---|---|
| Content-Type | application/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.