Text as Input
Fill Mask
Run the camembert-base
model to predict masked tokens in the input text.
POST
Fill Mask
The fill-mask
task uses a masked language model to predict masked tokens in a given text.
Example
Request
Authorizations
Provide your API key as Key your-key-here
in the Authorization
header.
Body
application/json
Input text with a <mask>
token to be predicted.
Response
200 - application/json