Nova Intelligencedefault

Local previewSample data — nothing here calls a live APIDocs
Back to documentation

Reference

Local sample-data preview. The address is reserved, the examples do not run, and no request behavior is promised.

Non-executable sample

Request shape

A static sample used to review code layout and reading order.

POST https://example.invalid/v1/responses
Authorization: Bearer SAMPLE_KEY
Content-Type: application/json

{
  "model": "sample-research",
  "input": "Hello"
}

Response shape

Illustrative fields only; not a released schema.

{
  "id": "sample_response_01",
  "status": "sample",
  "output": "This is interface data, not a service response."
}

Error documentation

  • Name the failure in plain language.
  • Separate retryable conditions from invalid requests.
  • Attach support guidance to a real release and current operating path.
Preview boundary

A real reference ships with the service.

Exact authentication, fields, limits, errors, usage terms, change policy, and support remain unpublished until an actual developer release owns them.

Local preview. Sample data. No service access.