Submit a job and keep the request id.
Send the file, store the job identifier, and continue your workflow without waiting on the wire.
Complete the path with webhooks or polling.
Use a webhook when the next system can accept a callback; poll when you need a simpler control loop.
Inspect logs when something looks off.
Request logs give you status, timing, and enough metadata to replay or escalate a problem document.