Agenty integration (Developer Tools, Data). Imported from open-connector.
https://browser.agenty.com/api/content
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The public HTTP or HTTPS URL to process. |
/extract
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The public HTTP or HTTPS URL to process. |
/screenshot
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The public HTTP or HTTPS URL to process. |
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The public HTTP or HTTPS URL to process. |
/redirects
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The public HTTP or HTTPS URL to process. |
/agents
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The number of records to skip before returning results. |
| sort | string | optional | The field used for sorting the results. |
| order | string | optional | The sort order for the request. |
/agents/{agentId}
| Param | Type | Required | Description |
|---|---|---|---|
| agent_id | string | required | The Agenty agent identifier. |
| agentId | string | required | Path parameter: agentId |
/agents
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The Agenty agent name. |
| type | string | required | The Agenty agent type. |
| config | object | required | The Agenty agent configuration object. |
| description | string | optional | The Agenty agent description. |
| icon | string | optional | The Agenty agent icon URL. |
| tags | array | optional | The Agenty agent tags. |
| start | boolean | optional | Whether Agenty should start the agent immediately. |
| scripts | object | optional | The Agenty scripts configuration. |
/agents/{agentId}
| Param | Type | Required | Description |
|---|---|---|---|
| agent_id | string | required | The Agenty agent identifier. |
| name | string | optional | The Agenty agent name. |
| type | string | optional | The Agenty agent type. |
| config | object | optional | The Agenty agent configuration object. |
| description | string | optional | The Agenty agent description. |
| icon | string | optional | The Agenty agent icon URL. |
| tags | array | optional | The Agenty agent tags. |
| scripts | object | optional | The Agenty scripts configuration. |
| agentId | string | required | Path parameter: agentId |
/agents/{agentId}/clone
| Param | Type | Required | Description |
|---|---|---|---|
| agent_id | string | required | The Agenty agent identifier. |
| agentId | string | required | Path parameter: agentId |
/agents/{agentId}
| Param | Type | Required | Description |
|---|---|---|---|
| agent_id | string | required | The Agenty agent identifier. |
| agentId | string | required | Path parameter: agentId |
/agents/templates
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The number of records to skip before returning results. |
| sort | string | optional | The field used for sorting the results. |
| order | string | optional | The sort order for the request. |
/inputs/{agentId}
| Param | Type | Required | Description |
|---|---|---|---|
| agent_id | string | required | The Agenty agent identifier. |
| agentId | string | required | Path parameter: agentId |
/inputs/{agentId}
| Param | Type | Required | Description |
|---|---|---|---|
| agent_id | string | required | The Agenty agent identifier. |
| type | string | required | The Agenty input source type. |
| id | string | optional | The upstream Agenty input source identifier. |
| field | string | optional | The upstream Agenty source field name. |
| collection | integer | optional | The Agenty collection index. |
| data | array | optional | The Agenty input values. |
| agentId | string | required | Path parameter: agentId |
/lists
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | The Agenty list name. |
| description | string | optional | The Agenty list description. |
/lists/{listId}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | The Agenty list identifier. |
| listId | string | required | Path parameter: listId |
/lists/{listId}/rows
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | The Agenty list identifier. |
| rows | array | required | The Agenty list rows to insert. |
| listId | string | required | Path parameter: listId |
/lists/{listId}/rows/{rowId}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | The Agenty list identifier. |
| row_id | string | required | The Agenty list row identifier. |
| listId | string | required | Path parameter: listId |
| rowId | string | required | Path parameter: rowId |
/lists/{listId}/rows/{rowId}
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | The Agenty list identifier. |
| row_id | string | required | The Agenty list row identifier. |
| listId | string | required | Path parameter: listId |
| rowId | string | required | Path parameter: rowId |
/lists/{listId}/rows
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | The Agenty list identifier. |
| row_id | array | required | The Agenty list row identifiers to delete. |
| listId | string | required | Path parameter: listId |
/lists/{listId}/clear
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | The Agenty list identifier. |
| listId | string | required | Path parameter: listId |
/lists/{listId}/download
| Param | Type | Required | Description |
|---|---|---|---|
| list_id | string | required | The Agenty list identifier. |
| listId | string | required | Path parameter: listId |
/jobs/start
| Param | Type | Required | Description |
|---|---|---|---|
| agent_id | string | required | The Agenty agent identifier. |
/jobs/{jobId}
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | integer | required | The Agenty job identifier. |
| jobId | string | required | Path parameter: jobId |
/jobs
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return. |
| offset | integer | optional | The number of records to skip before returning results. |
| sort | string | optional | The field used for sorting the results. |
| order | string | optional | The sort order for the request. |
| agent_id | string | optional | The Agenty agent identifier used to filter jobs. |
/jobs/{jobId}/stop
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | integer | required | The Agenty job identifier. |
| jobId | string | required | Path parameter: jobId |
/jobs/{jobId}/logs
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | integer | required | The Agenty job identifier. |
| limit | integer | optional | The maximum number of log lines to return. |
| offset | integer | optional | The number of log lines to skip before returning results. |
| jobId | string | required | Path parameter: jobId |
/jobs/{jobId}/result
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | integer | required | The Agenty job identifier. |
| limit | integer | optional | The maximum number of result rows to return. |
| offset | integer | optional | The number of result rows to skip before returning results. |
| sort | string | optional | The field used for sorting the Agenty job results. |
| order | string | optional | The sort order for the request. |
| search | string | optional | The search term used to filter Agenty job results. |
| format | string | optional | The Agenty result format selector. |
| collection | string | optional | The Agenty collection selector. |
| jobId | string | required | Path parameter: jobId |
/jobs/{jobId}/export
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | integer | required | The Agenty job identifier. |
| format | string | required | The export format requested from Agenty. |
| collection | integer | optional | The Agenty collection number to export. |
| modified | boolean | optional | Whether Agenty should export the modified result set. |
| filename | string | optional | The custom export file name requested from Agenty. |
| jobId | string | required | Path parameter: jobId |
/jobs/{jobId}/files
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | integer | required | The Agenty job identifier. |
| jobId | string | required | Path parameter: jobId |
/jobs/{jobId}/files
| Param | Type | Required | Description |
|---|---|---|---|
| job_id | integer | required | The Agenty job identifier. |
| name | string | required | The Agenty job file name. |
| jobId | string | required | Path parameter: jobId |