Skip to main content
GET
/
segments
/
tag
Tag a Segment
curl --request GET \
  --url https://api.lilt.com/segments/tag \
  --header 'Authorization: Basic <encoded-value>'
{
  "source_tagged": "<string>",
  "target_tagged": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

source_tagged
string
required

The tagged source string.

target
string
required

The target string.

memory_id
integer
required

A unique Memory identifier.

Response

A TaggedSegment object.

source_tagged
string

The tagged source string.

target_tagged
string

The tagged target string.