check_status
Monitor the status of an AI image generation request by providing the request ID to track progress and completion.
Instructions
Check the status of a Fal.ai request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
request_id | Yes | The request ID to check |
Input Schema (JSON Schema)
{
"properties": {
"request_id": {
"description": "The request ID to check",
"type": "string"
}
},
"required": [
"request_id"
],
"type": "object"
}