Annotation

Copy annotation

Make a copy of annotation in another queue. All data and metadata are copied.

If you want to directly reimport the copied annotation, you can use reimport=true query parameter (such annotation will be billed).

post/api/v1/annotations/{annotationID}/copy

Query parameters

reimportboolean

Whether to reimport the copied annotation.

Request body

target_queuestring uri required

URL of queue, where the copy should be placed.

target_statusstring

The status of copied annotation (if not set, it stays the same).

Example request

{
  "target_queue": "https://example.rossum.app/api/v1/queues/8236",
  "target_status": "to_review"
}

Response

OK

annotationstring uri required

URL of the new annotation object.

Example response

{
  "annotation": "https://example.rossum.app/api/v1/annotations/320332"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.