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
Example request
{
"target_queue": "https://example.rossum.app/api/v1/queues/8236",
"target_status": "to_review"
}Response
OK
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.