cURL
curl --request GET \ --url https://api.bfl.ai/v1/get_result
{ "id": "<string>", "status": "Task not found", "result": "<any>", "progress": 123, "details": {}, "preview": {} }
An endpoint for getting generation task result.
Successful Response
The response is of type object.
object
Was this page helpful?