Create Community Discovery Job
Create a new Community Discovery async job.
/api/open/v1/community-discovery/jobsEndpoint Overview
Create a new Community Discovery async job.
Authentication
Authorization: Bearer <token>community_discovery:writeIdempotency-Key on create-like requests to make retries safe.Request Body
A complete strategy description; provide at least this or product_summary.
A one-line product summary; recommended.
Target audience description.
Core use cases, up to 12 items.
Operational constraints and boundaries, up to 12 items.
Language preference to return.
Response
Community Discovery job ID.
Always community_discovery.job.
Job status, for example queued, running, completed, or failed.
Job progress from 0 to 100.
Current 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.