API reference
Pindeck exposes HTTP endpoints through Convex HTTP actions. These endpoints allow agents, automations, and external services like Discord or Pinterest import workers to send images into Pindeck programmatically.Base URL
Authentication
All endpoints require a bearer token in theAuthorization header:
INGEST_API_KEY is configured in the Convex dashboard and must match the key used by the calling service.
Available endpoints
Agent integrations
Start with Agent ingest when building a connector that watches another service and forwards images into Pindeck. It covers required fields, idempotency keys, source tracing, and a JavaScript fetch helper.Request format
All endpoints acceptPOST requests with JSON bodies. Content type should be application/json.
Response format
Responses are JSON objects. Successful responses include the relevant data; errors return a JSON object with anerror field describing the issue.