---
title: "Refresh Channel Trends"
method: POST
path: "/{channel_id}/refresh"
tags: ["Creator Analysis"]
---

# Refresh Channel Trends

`POST /{channel_id}/refresh`

Refresh SerpAPI trends for a channel.

Uses existing keyword profile, makes fresh SerpAPI calls (8 calls).
Called before re-optimization campaigns or manually.

Args:
    channel_id: Database ID of the channel
    
Returns:
    Refresh results with updated metrics

## Path parameters

- `channel_id` integer, required

## Response `200`

Successful Response

- RefreshResponse
  - `success` boolean, required
  - `channel_id` integer, required
  - `interest_scores_count` integer, nullable
  - `rising_queries_count` integer, nullable
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/primetime/apis/primetime-media-api.md) · [All operations](https://skmtc.dev/primetime/apis/primetime-media-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/primetime/primetime-media-api/revisions/9da9a9f64e11/schema)
