cURL
curl --request POST \ --url https://api.openpipe.ai/api/v1/check-cache \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "requestedAt": 123, "reqPayload": "<unknown>", "tags": {} } '
{ "respPayload": "<unknown>" }
DEPRECATED: we no longer support prompt caching.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unix timestamp in milliseconds
JSON-encoded request payload
Extra tags to attach to the call for filtering. Eg { "userId": "123", "prompt_id": "populate-title" }
Show child attributes
Successful response
JSON-encoded response payload