{"message":"TPI Submit Bot API","version":"2.0.0","features":["Asynchronous job processing","Batch processing for large datasets","Real-time progress tracking","Job queue management"],"endpoints":{"health":"GET /health","triggerBot":"POST /trigger-bot (sync - for small datasets)","triggerBotAsync":"POST /trigger-bot-async (async - for large datasets)","jobStatus":"GET /job/:jobId","jobProgress":"GET /job/:jobId/progress","jobResults":"GET /job/:jobId/results","cancelJob":"POST /job/:jobId/cancel","allJobs":"GET /jobs"},"usage":{"asyncProcessing":"POST /trigger-bot-async with JSON data","checkProgress":"GET /job/{jobId}/progress","getResults":"GET /job/{jobId}/results (when completed)"}}