Sign in

Upload image

documented

Store an image and receive an image token for use in other requests.

POST /v1/media/images/uploadMediano 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.connectionpoint.com/v1/media/images/upload" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -F "type={{$type}}" \
  -F "image=@{{$image_file_path}}"