Sign in

Upload document for processing

documented

Upload documents (PDF/images) for processing.

POST /api/latest/clients/{clientname}/belegeDocument processingno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://service.runmyaccounts.com/api/latest/clients/{{$clientname}}/belege" \
  -X POST \
  -H "X-RMA-KEY: {{RUNMYACCOUNTS_API_KEY}}" \
  -H "Accept: application/json" \
  -F "comment={{$comment}}" \
  -F "Filedata=@{{$belege_file_path}}"