Sign in

Grayscale image

documented

Apply grayscale via CDN URL.

GET /get/{uuid}/-/grayscale/Image processingno 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://ucarecdn.com/{{$uuid}}/-/grayscale/" \
  -X GET \
  -H "Accept: image/*" \
  # Sources: URL API Reference - https://uploadcare.com/api-refs/url-api/ \
  # The URL format and grayscale operation are described in Uploadcare's URL API docs (grayscale directive under CDN URL operations) \
  # Production URL pattern (without a leading 'get' in the path): https://ucarecdn.com/{uuid}/-/grayscale/ \
  # See: https://ucarecdn.com/{uuid}/-/json/ for file information examples and broader CDN operation syntax.