Multi-input
Question Answering
Answer a question given a context using the xlm-roberta-base-finetune-qa
model.
POST
Authorizations
Provide your API key as Key your-key-here
in the Authorization
header.
Body
application/json
The context providing the answer.
The question to answer.
Response
200 - application/json
The answer to the question.