Resemble AI subpackage_agentWebhooks API is one of 26 APIs that Resemble AI publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include subpackage_agentWebhooks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and pricing.
This API exposes
5 operations
across 2 paths,
and defines 12 schemas.
It is described by OpenAPI 3.1.0, at version 1.0.0.
Requests are made against 2 base URLs: https://f.cluster.resemble.ai, https://app.resemble.ai/api/v2.
5 operations2 paths12 schemas1 DELETE2 GET1 PATCH1 POST
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.resemble.ai
Authentication
HTTP Bearer
Resource Areas
1
Authentication & Security 1
Resemble AI subpackage_agentWebhooks API declares
1 security scheme
for authenticating requests.
It accepts HTTP bearer tokens (BearerAuth).
BearerAuth — API token from https://app.resemble.ai/account/api
Paths & Operations 5
Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.
subpackage_agentWebhooks 5
GET
/agents/{agent_uuid}/webhooks
List agent webhooks
list-agent-webhooks2 params→ 200
POST
/agents/{agent_uuid}/webhooks
Create agent webhook
create-agent-webhook2 paramsbody→ 200
GET
/agents/{agent_uuid}/webhooks/{webhook_uuid}
Get agent webhook
get-agent-webhook3 params→ 200
DELETE
/agents/{agent_uuid}/webhooks/{webhook_uuid}
Delete agent webhook
delete-agent-webhook3 params→ 200
PATCH
/agents/{agent_uuid}/webhooks/{webhook_uuid}
Update agent webhook
update-agent-webhook3 paramsbody→ 200
Schemas 12
The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are Agent Webhooks_createAgentWebhook_Response_200 (3 properties), Agent Webhooks_updateAgentWebhook_Response_200 (3 properties), Agent Webhooks_getAgentWebhook_Response_200 (2 properties), Agent Webhooks_deleteAgentWebhook_Response_200 (2 properties). Each schema is shown below with its type and property counts.