Create labels in seconds. Below-market prices — no subscriptions or quotas. DHL, FedEx, UPS, USPS, Aramex and 550+ services. Pay with crypto.
Full docs, SDK, sandbox environment. Webhooks and real-time tracking.
// Create label — 1 request $client = new shipto.world\Client('sf_live_xxx'); $label = $client->labels->create([ 'from' => ['country' => 'US', 'zip' => '10001'], 'to' => ['country' => 'DE', 'zip' => '10117'], 'weight' => 3.2, 'carrier' => 'dhl_express', ]); // Download PDF $pdf = $label->download('pdf'); // Cancel → instant refund $label->cancel();
Sign up in 30 seconds and create your first label right now.