Get BizCard image
documentedReturn the image (front or back) of the specified BizCard; optional side parameter selects front or back.
GET /bizCards/{id}/image名刺APIno implementation yet0 runsNo 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.sansan.com/v6.0/bizCards/{{$id}}/image?side={{$side}}\" \
-X GET \
-H \"X-Sansan-App-Id: {{CORP-SANSAN_APP_ID}}\" \
-H \"X-Sansan-Api-Key: {{CORP-SANSAN_API_KEY}}\" \
-H \"Accept: image/jpeg\"