• Stefy Lanza (nextime / spora )'s avatar
    Implement async API design for /api/analyze · ea048886
    Stefy Lanza (nextime / spora ) authored
    - Modified /api/analyze to return job_id immediately after file upload
    - Added /api/result/{job_id} endpoint for checking job status
    - Job status includes: queued (with queue position), processing, completed (with result), failed
    - Analysis runs in background thread
    - Updated API documentation with new async workflow and result endpoint examples
    ea048886
api.html 15.8 KB