I can't get it to work with openai's
I can't get it to work with openai's models. Haven't tried gemini yet. I always get the following error:
{
"success": false,
"errors": [
{
"message": "Unable to form JSON based on user prompt and/or webpage text. Please try with a different prompt try passing a response_format."
}
]
}https://fa-ewnx-saasfaprod1.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/12358

https://boards.greenhouse.io/andurilindustries/jobs/4794577007https://jobs.ashbyhq.com/sagecare/395f5614-0223-4a17-acee-b6fca5f8e302/applicationwaitUntil needs to be set in the request body. I would recommend having this in the docs since more than half of the requests I was sending were returning empty markdown both for "/extract" and "/markdown" endpoints:curl --request POST \
--url 'https://api.cloudflare.com/client/v4/accounts/<account_id>/browser-rendering/json?cacheTTL=0' \
--header 'Authorization: Bearer <cloudflare_token>' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://jobs.lever.co/1inch/0cb4295f-2a1c-4ee7-a56c-b093d25a8293",
"prompt": "Extract the job title",
"custom_ai": [
{
"authorization": "Bearer <openai_api_key>",
"model": "openai/gpt-5-mini-2025-08-07"
}
]
}'https://fa-ewnx-saasfaprod1.fa.ocs.oraclecloud.com/hcmUI/CandidateExperience/en/sites/CX_1001/job/12358https://boards.greenhouse.io/andurilindustries/jobs/4794577007https://jobs.ashbyhq.com/sagecare/395f5614-0223-4a17-acee-b6fca5f8e302/application{
"url": "https://jobs.ashbyhq.com/sagecare/395f5614-0223-4a17-acee-b6fca5f8e302/",
"gotoOptions": {
"waitUntil": "networkidle0"
}
}{
"success": true,
"result": ""
}