Create Short URLs

This endpoint allows you to create multiple short URLs in one POST call.

There are two types of creating multiple short links:

  • By single long URL: you are able to create multiple unique URLs in one call. That is, each short URL you create will redirect to the same long URL.

Before creating multiple unique URLs, you need to provide the total number of short URLs you want to create (size).

  • By multiple long URLs: you are able to create multiple different long URLs in one call. That is, each short URL you create will redirect to a different long URL, not just one.

To know how to create multiple short URLs (by single long URL and multiple long URLs), go to the Creating Batch Short URLs section.

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!