Vidbyte

API documentation

GETLiveGETFocused route reference

GET /api/v1/quickhits/get/{encrypted_id}

Get a Quickhit

Fetch one previously generated Quickhit by its encrypted public identifier. Use this after you have stored the `id` returned from create or list operations.

Manage keys
Stable public contract

Public endpoint

/api/v1/quickhits/get/{encrypted_id}

Maps to

/api/quickhits/get/{encrypted_id}

What to know first

Always persist the returned public id from create/list. Raw database ids are never part of the public contract.

Method

GET

Send this operation to /api/v1/quickhits/get/{encrypted_id} on the versioned public host.

Authentication

API key

API key via Authorization: Bearer or x-api-key

Resource model

Parameterized

Always persist the returned public id from create/list. Raw database ids are never part of the public contract.

Highlights

What this operation does

Fetch one QuickHit by encrypted public id.
Always persist the returned public id from create/list. Raw database ids are never part of the public contract.
Store the encrypted `id` returned by create and list routes exactly as returned if you need to fetch the resource again later.

Request details

Request parameters

Request parameters

These are the parameters that shape /api/v1/quickhits/get/{encrypted_id}. Path parameters and request-body fields are shown together because the docs stay focused on the public route contract.

encrypted_idstringRequired

Encrypted public identifier returned by a create or list route.

Response shape

What the response contract guarantees

Public responses use the shared envelope: `success`, `id`, `message`, `data`, `token_stats`, `pricing`, and `error`.
The `id` field is always a public/encrypted identifier boundary, never a raw MongoDB `_id`.