Sign in

Upload file (via S3)

documented

Upload a file to the S3 bucket for Close usage.

POST /files/upload/Filesno 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.close.com/api/v1/files/upload/" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"filename": "{{$filename}}", "content_type": "{{$content_type}}"}'