Nexmo Media
Connector for the nexmo-media API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nexmo.com/v3/media - Auth:
bearer(pass your key via theapiKeyinput)
Operations
list_and_search_media_items— GET / — List and search media itemsretrieve_a_media_item— GET /:id/info — Retrieve a media itemdelete_a_media_item— DELETE /:id — Delete a media itemupdate_a_media_item— PUT /:id/info — Update a media item
Inputs
apiKey— your nexmo-media API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: list_and_search_media_items
apiKey: <your key>