coda_resolve_browser_link
Convert a Coda browser URL to API resource IDs. Accepts a URL and returns IDs and type for doc, page, table, row, or column.
Instructions
Resolve a Coda browser URL to API resource IDs.
Converts a browser URL (e.g. from the address bar or a shared link) into API-compatible IDs for the doc, page, table, row, or column it points to. Use this as the first step when a user provides a Coda URL instead of IDs. Returns a type field indicating the resource kind and corresponding IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A Coda browser URL to resolve (e.g. https://coda.io/d/...) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |