Googleapis Poly
Connector for the googleapis-poly API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://poly.googleapis.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
poly_assets_list— GET /v1/assets — Lists all public, remixable assets. These are assets with an access level of PUBpoly_assets_get— GET /v1/{name} — Returns detailed information about an asset given its name. PRIVATE assets are rpoly_users_assets_list— GET /v1/{name}/assets — Lists assets authored by the given user. Only the value 'me', representing the cpoly_users_likedassets_list— GET /v1/{name}/likedassets — Lists assets that the user has liked. Only the value 'me', representing the curr
Inputs
apiKey— your googleapis-poly 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: poly_assets_list
apiKey: <your key>