experimental
Align Sections
Compares a ‘source’ document with a ‘target’ document and returns a percentage alignment, optionally including aligned segments.
POST
https://copilot.{region}.corti.app/
/
private
/
v2
/
align
Body
application/json
sourceDocument
string
requiredThe content of the source document.
targetDocument
string
requiredThe content of the target document.
compareSegments
boolean
Indicates if segments from the source should be compared with the target.
Response
200 - application/json
alignmentPercentage
number
Alignment percentage between the source and target documents.
alignedSegments
object[]
Was this page helpful?