OCNORA

Perplexity

AI & modelsAPI keycredential probe

Perplexity Sonar — web-grounded answers that come back with their citations, plus the Search API and async research jobs.

OCNORA ships 6 typed Perplexity operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.perplexity.ai through the HTTP node with the same credential.

Operations 6

  • Ask
    Ask Perplexity Sonar one question and get a web-grounded answer together with the sources it cites.
    perplexity.ask
  • Chat Completion
    Run a full multi-turn conversation through Perplexity Sonar and return the answer with its citations and search results.
    perplexity.chat_completion
  • Start Async Completion
    Submit a long-running Sonar request as a background job and return its request id; use this for sonar-deep-research rather than waiting inline.
    perplexity.create_async_completion
  • Get Async Completion
    Fetch one async Sonar job by request id, returning its status and — once it has COMPLETED — the answer with its citations.
    perplexity.get_async_completion
  • List Async Completions
    List the async Sonar jobs this API key has submitted, newest first, as lightweight summaries without their full responses.
    perplexity.list_async_completions
  • Search
    Search the web through Perplexity's Search API and return the ranked results with no model and no generated answer.
    perplexity.search

Run your first Perplexity workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.