curl --request GET \
--url https://api.example.com/v1/regex/split \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Split text by regex pattern.
curl --request GET \
--url https://api.example.com/v1/regex/split \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}