Create a batch
POST/:qid/batches
Creates a new batch and returns the batch_id. If a batch with the same (qid, author, track) triplet already exists, then future read requests which don't specify a batch_id explicitly will resolve to the most recent one. So, this call will have the effect of clearing previous tags for that triplet in the default read path.
Request
Responses
- 200
- 400
- 401
Batch created
Invalid input
Provided authentication token cannot access the content object.