Submit a new application with attachments
POST/api/v1/application
Accepts multipart files and application metadata, then creates a new application workflow for the current organization and user. Returns the chatId of the created application; processing continues in the background, so poll the status endpoint with that chatId to follow progress.
Request
Responses
- 200
- 400
- 401
- 403
Application submission was accepted successfully
Invalid multipart payload or missing required application fields
Authentication is required
User does not have permission to create applications