Sign in

Upload image

documented

Upload images to GetAccept to be referenced in documents/templates (image population workflow).

POST /v1/uploadUploadsno 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://api.getaccept.com/v1/upload" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -F "file=@{{$filepath}};type={{$mime_type}}"