UNPKG

@watzon/n8n-nodes-perplexity

Version:

n8n node to interact with the Perplexity AI API

9 lines (8 loc) 301 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class PerplexityApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }