Typescript (SDK)
Images
Generate an image
Submits an asynchronous image generation job to the fal.ai queue and returns the queued job immediately. Poll GET /v1/jobs/{id} for status and results. Credits are charged only when the job completes successfully.
POST
Typescript (SDK)
Authorizations
API key in the format: Bearer {api_token}
Body
application/json
Response
Generation job queued
Available options:
queued, processing, completed, failed, cancelled 
