# POST /api/task

Analiz edilmek üzere yeni bir dosya veya URL gönderin:

> $ curl http://localhost:9003/api/task -F file=@sample.exe  
> {  
>  "success": true,  
>  "task\_id": 2  
> }