Skip to main content
GET
/
v1
/
array
/
unzip
Array Unzip
curl --request GET \
  --url https://api.example.com/v1/array/unzip \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

pairs
string
required

JSON array of pairs, e.g., [[1,2],[3,4]]

Response

Successful Response