Create Community Overview Job
Create a new Community Overview async job.
/api/open/v1/community-overview/jobsEndpoint Overview
Create a new Community Overview async job.
Authentication
Authorization: Bearer <token>community_overview:writeIdempotency-Key on create-like requests to make retries safe.Request Body
The subreddit to analyze, for example saas.
Whether to include the about section.
Whether to include rules.
hot 帖子采样数,0-40。
new 帖子采样数,0-40。
best 帖子采样数,0-40。
top 帖子采样数,0-40。
rising 帖子采样数,0-40。
Whether to bypass cache and force recomputation.
Language preference to return.
Response
Community Overview job ID.
Always community_overview.job.
Target subreddit.
Job status.
Job progress from 0 to 100.
Current analysis stage description.
Result object ID available after completion.
Job creation time (ISO 8601).
Last updated time (ISO 8601).
Result URL returned when the result is available.
Returns true when the same idempotency key is reused.
Common Errors
Missing or invalid Bearer token.
The current token is missing the required scope.
The current token hit a rate limit.
Request parameters do not satisfy the schema constraints.
The target resource does not exist or does not belong to the current account.
The account does not have enough credits to create a new job.
Notes
- Write endpoints should always include Idempotency-Key to avoid duplicate billing or duplicate jobs during retries.