GET
/
segments
/
tag
Tag a Segment
curl --request GET \
  --url https://api.lilt.com/segments/tag
{
  "source_tagged": "<string>",
  "target_tagged": "<string>"
}

Authorizations

key
string
query
required

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

200
application/json

A TaggedSegment object.

The response is of type object.