{"note":"OpenAPI conversion -- returning structured metadata","name":"zapier-com-nla","description":"Zapier AI Actions API","version":"main_api_v1","base_url":"https://actions.zapier.com","endpoints":5,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Zapier AI Actions API\n@base https://actions.zapier.com\n@version main_api_v1\n@auth ApiKey x-api-key in header | ApiKey api_key in query | OAuth2 | ApiKey nlasession in cookie\n@endpoints 5\n@toc api(5)\n\n@endpoint GET /api/v1/check/\n@desc Check\n@returns(200) OK\n\n@endpoint GET /api/v1/configuration-link/\n@desc Get Configuration Link\n@returns(200) OK\n\n@endpoint GET /api/v1/exposed/\n@desc List Exposed Actions\n@returns(200) {results: [map], configuration_link: str} # OK\n\n@endpoint POST /api/v1/exposed/{exposed_app_action_id}/execute/\n@desc Execute App Action Endpoint\n@required {exposed_app_action_id: str(uuid), instructions: str # Plain english instructions. Provide as much detail as possible, even if other fields are present.}\n@optional {preview_only: bool=False # If true, we will not execute the action, but will return the params of the preview.}\n@returns(200) {id: str, action_used: str, input_params: map, review_url: str, result: any, additional_results: [map], result_field_labels: any, status: str, error: any, assistant_hint: any} # OK\n@errors {400: Bad Request}\n\n@endpoint GET /api/v1/execution-log/{execution_log_id}/\n@desc Get Execution Log Endpoint\n@required {execution_log_id: str(uuid)}\n@returns(200) {id: str, action_used: str, input_params: map, review_url: str, result: any, additional_results: [map], result_field_labels: any, status: str, error: any, assistant_hint: any} # OK\n@errors {400: Bad Request}\n\n@end\n"}