Send a GET request to the following URL to Find phone numbers in text (full-text)
Name | Type | Required? | Description |
---|---|---|---|
text | string | Yes | Text to parse (urlencoded) |
Status Code | Description |
---|---|
200 | Array of phone numbers |
400 | Bad Request |
500 | Internal Server Error |
Send a GET request to the following URL to Validate and parse phone numbers
Name | Type | Required? | Description |
---|---|---|---|
phone_number | string | Yes | Phone number (urlencoded) |
Status Code | Description |
---|---|
200 | Parsed phone number |
400 | Bad Request |
500 | Internal Server Error |