---
title: "Seed post read times"
method: POST
path: "/api/v1/posts/seed-read-time"
tags: ["Posts"]
---

# Seed post read times

`POST /api/v1/posts/seed-read-time`

Recalculates the read time for all existing posts in the background. Flushes the Redis cache first.

## Response `200`

Seeding process started

- SuccessResponse
  - `status` boolean
  - `message` string
  - `data` object, nullable

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/nesohq/apis/postal-post-management-service-apis.md) · [All operations](https://skmtc.net/nesohq/apis/postal-post-management-service-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nesohq/postal-post-management-service-apis/versions/64a3f9ff2411/schema)
