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 question to answer.
Example:
"What's my name?"
The context providing the answer.
Example:
"My name is Ron"
Response
200 - application/json
Successful response with the answer.
The answer to the question.