Skip to content

How works images storage ? #4130

Answered by cynthia-sg
rleffd asked this question in Q&A
Nov 4, 2024 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

You can try this:

curl -X 'POST' \
  'https://xxxx/api/v1/images' \
  -H 'accept: */*' \
  -H 'X-API-KEY-ID: xxxx' \
  -H 'X-API-KEY-SECRET: xxxx' \
  -H 'Content-Type: image/png' \
  --data-binary "@/path/to/image.png"

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@rleffd
Comment options

@cynthia-sg
Comment options

Answer selected by rleffd
@tegioz
Comment options

@rleffd
Comment options

@tegioz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants