Production canary
This request records a synthetic tool operation. It does not call a model or a third-party service.$REQUEST_ID in the Requests dashboard. Ingestion can take a few
seconds. Repository maintainers can run the send-and-query version with:
Endpoint and authentication
Use the endpoint for the operation’s provider:
The base URL is
https://api.inquantum.ai. Pass a Planck API key as
Authorization: Bearer <key>.
providerRequest, providerResponse, and valid authentication are required.
timing is optional and accepts epoch seconds, epoch milliseconds, RFC 3339
strings, or { seconds, milliseconds } objects. The maximum submitted payload
is 10 MB.
Storage behavior
Requests do not all go to S3. Metadata and ordinary request/response bodies use the durable logging pipeline and ClickHouse. Bodies over 10 KB and inline base64 image assets are offloaded to private object storage when it is configured; ClickHouse retains the searchable metadata and storage reference. UsePlanck-Omit-Request: true or Planck-Omit-Response: true when a body
must not be retained.
The endpoint returns success only after the log has been accepted by a durable
sink. A non-2xx response means the log must be retried if delivery is required.