create item API free user

hi, sorry for my bad english
i’d like to know if A free user can export conctacts using the API-library-php
i want to export 1 by 1.
I used this code:
$response = $contactApi->create($data);
$contact = $response[$contactApi->itemName()];

and recieved this message in the response:

array(1){ ["error"]=> array(2) { ["code"]=> int(403) ["message"]=> string(233) "Bulk import of contacts is not enabled for Mautic Cloud Free users. To get this feature and several other benefits including support, training, and unlimited email sends contact us about upgrading to Mautic Cloud Pro.Contact us today" } }

thank you