GET
/
v1
/
get_result
curl --request GET \
  --url https://api.us1.bfl.ai/v1/get_result
{
  "id": "<string>",
  "status": "Task not found",
  "result": "<any>",
  "progress": 123,
  "details": {}
}

Query Parameters

id
string
required

Response

200
application/json

Successful Response

The response is of type object.