Attach Schema to a Topic

Currently using kafkajs AdminClient API created a topic in Confluent Cloud cluster. Now want to know how to attach a schema to a topic? Is there any API available to attach a schema to topic? Do I need to use any other clients?

Here’s a docs page that may help: Confluent Cloud Schema Registry Tutorial | Confluent Documentation

If you haven’t been through the entire Schema Registry tutorial, it may be helpful to understand the workflow and the options for the application.

This one I verified it is about adding schema in schema registry tab.
Currently using KafkaJS Admin client API created the topics from Typescript code. Now want to know is there any API or client available to link the Schema to Topic automatically? which we are doing manually for each topic schema