POST
Refresh creator
/v1/clipsonar/creators/:id/refreshQueue a refresh run. No body. Returns `202` with a new or latest `job_id`.
Path parameters
idstringrequiredCreator id returned from list or create
Example: 1af8cf27-866f-4434-8e66-10d67cabd7c1
Query parameters
This endpoint has no query parameters.
Request body
This endpoint has no request body.
Response
202 Refresh accepted.
creator_idstringrequiredCreator id to use in later calls
job_idstring | nullrequiredAsync job id for polling GET /jobs/:id
statusstringrequiredJob status such as `processing` or `queued`
{
"creator_id": "354bb8ac-1111-2222-3333-444455556666",
"job_id": "82fde0d4-1111-2222-3333-444455556666",
"status": "processing"
}

