Web Request
Send a web request.
Request
- URL:
- Method: GET, POST, PUT, PATCH, or DELETE
- Body Type: None, JSON, or Form URL Encoded
- Body
Parameters
Key value pairs to be send with the body request.
Note: The header values can not be overriden at the Phrase Action level.
Headers
Key value pairs to be sent in the headers.
Note: The header values can not be overriden at the Phrase Action level.
Example
If you use H2R Graphics as your graphics generator in your AV productions, you can use its HTTP API with the Web Request action:
- URL: Base URL
- Method: POST
- Body: JSON
- Action Variables
- api: Override this with your call to the H2R Graphics HTTP API
- e.g.
graphic/BLUSY/showorgraphic/BLUSY/hide
- e.g.
- api: Override this with your call to the H2R Graphics HTTP API