/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"
]
}
}
{
"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": []
}
{
"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"
}
{
"success": false,
"data": [],
"status": "failed",
"error": {},
"expiresAt": "2025-03-06T17:43:48.000Z"
}
6 Replies
chrisroker0
chrisroker07mo ago
Had the same issue, asked for help mutiple times, never got a response.
Nijn
Nijn7mo ago
specify the model gpt-4o-mini
François
FrançoisOP7mo ago
ok tks I try it
EnKaizer
EnKaizer5mo ago
@François it worked?
François
FrançoisOP4mo ago
Nope, we don't even know how to specify a model. I think some information is missing from the documentation.
Leon
Leon4mo ago
did you try /v1/crawl ?

Did you find this page helpful?