post https://BASE_PATH/layar/gpt/pipeline
Log in to see full request history
Responses
400Bad Request
401Unauthorized
403Forbidden
404Not Found
400Bad Request
401Unauthorized
403Forbidden
404Not Found
xxxxxxxxxx
18curl --request POST \
--url https://base_path/layar/gpt/pipeline \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"retriever": {
"document": {
"reranker": true,
"enable_sectioning": true
},
"table": {
"reranker": true,
"enable_sectioning": false
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: