/extract failed on self host

Hello,

I'm testing the new endpoint extract, I added OPENAI_API_KEY in my .env with a valid key. However the job failed, why?

request :
{
  "urls": [
    "https://www.firecrawl.dev/"
  ],
  "prompt": "Extract the company mission",
  "enableWebSearch": true,
  "schema": {
    "type": "object",
    "properties": {
      "company_mission": {
        "type": "string"
      }
    },
    "required": [
      "company_mission"
    ]
  }
}


response :
{
  "success": true,
  "id": "7decd975-3ed6-4148-b06b-97ef2875d34e",
  "urlTrace": []
}


get 7decd975-3ed6-4148-b06b-97ef2875d34e status :
{
  "success": false,
  "data": [],
  "status": "failed",
  "error": {},
  "expiresAt": "2025-03-06T17:43:48.000Z"
}
Was this page helpful?