Create Request
data class CreateRequest(val longUrl: String, val domain: String? = null, val groupGuid: String? = null, val title: String? = null, val tags: List<String>? = null, val deeplinks: List<Deeplink>? = null, val toJson: Boolean = false) : BitlinkRequest(source)
Parameters for creating a new Bitlink.
All fields map directly to the Bitly API. Optional values are omitted from the request payload when not provided. When toJson is true, the full JSON response is returned instead of extracting the link field.
Author
Since
3.0