Skip to content

VPC REST API #21

Discussion options

You must be logged in to vote

You can use the following properties in Postman to simulate an Axis camera sending an image:

  • Method: POST
  • Path: <url>
  • Query parameters
    • accessToken: <access token>
  • Headers
    • Content-Disposition: attachment; filename="<filename>"
  • Body
    • Binary: Browse and select file

where <url> is the recipient, <access token> is the access token and filename is the name of the image you are in the process of sending. You can also follow along in the code to see what the receiving function expects from the request.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@samueldion
Comment options

@mattias-kindborg-at-work
Comment options

@samueldion
Comment options

@mattias-kindborg-at-work
Comment options

Answer selected by samueldion
@samueldion
Comment options

@samueldion
Comment options

@mattias-kindborg-at-work
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants