OCNORA

Jina AI

AI & modelsBearer tokencredential probe

Jina AI Search Foundation — Reader, web search, embeddings, reranker and classifier on one API key.

OCNORA ships 12 typed Jina AI 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.jina.ai through the HTTP node with the same credential.

Operations 12

  • Cancel Batch Job
    Cancel a batch embedding job that is still running.
    jina.cancel_batch
  • Classify Text
    Classify inputs zero-shot against candidate labels, or with a classifier previously trained on this account.
    jina.classify
  • Start Batch Embedding Job
    Submit an asynchronous batch embedding job for a large corpus and return the job id and its starting status, not the vectors.
    jina.create_batch_embedding
  • Create Embeddings
    Turn text, images or code into embedding vectors with a Jina embedding model, for semantic search or clustering.
    jina.embed
  • Get Batch Job
    Poll one batch embedding job and report its state and per-line completed and failed counts.
    jina.get_batch
  • Get Model
    Fetch one model's metadata: modalities, context length, pricing and the datacenters that serve it.
    jina.get_model
  • List Batch Jobs
    List the batch embedding jobs this API key has submitted.
    jina.list_batches
  • List Models
    List the models this API serves, with their modalities, context length and pricing.
    jina.list_models
  • Read URL
    Fetch one web page through the Jina Reader and return it as LLM-ready markdown, HTML, plain text or a screenshot URL.
    jina.read_url
  • Rerank Documents
    Score a list of documents against a query with a Jina reranker and return them ordered by relevance.
    jina.rerank
  • Search the Web
    Run a web search and return the results already read into LLM-ready content, in search-engine results page order.
    jina.search
  • Train Classifier
    Train a few-shot classifier from labelled examples, or add more examples to a classifier that already exists.
    jina.train_classifier

Run your first Jina AI 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.