Developer Platform

Images API Connect

Internal delivery endpoint for image processing, media synchronization, and signed asset distribution. This node serves API edge traffic, token-based access, and webhook callbacks for connected services.

Base URL

Production API endpoint and asset sync edge.

https://imagesapiconnect2.root-cause.dev/
Supported operations
  • Signed asset fetch
  • Webhook delivery
  • Media transformation jobs
  • Status and audit events
Quick Example
curl -X GET \
  'https://imagesapiconnect2.root-cause.dev/v1/assets/health' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer <token>'

Authentication is provisioned per client. Contact your administrator to request production credentials.