Skip to Content
ReferenceWorker API

Worker API

Use this page with Global Geobase context.

What this service is

Worker API exposes project background job endpoints and OpenAPI docs.

When an agent should use it in a Next.js app

Use when work should run asynchronously (imports, embeddings, long-running pipelines).

Base URL from CLI output

{origin}/worker/doc (OpenAPI docs entry point)

Auth required

Server-side credentials only for job creation or privileged worker operations.

Minimal request example

curl "${GEOBASE_PROJECT_URL}/worker/doc"

Human checkpoint

Verify the selected job endpoint exists in the project worker OpenAPI document.

Last updated on