Can the system be a host?

I am creating a platform which allows for video conferencing. 

I would like to know if I can create a meeting via an API and share the link with the participants, using just the PRO plan and not the API ADDON plan ?

Also, in case I can, who would be designated as the host of the meeting? 

Is this possible?

Hi Prakash 

yes this is posbile with the pro plan.

You can create meetings with the API using https://api.zoom.us/v1/meeting/create
here the returned start_url parameter is for the host to start the meeting
and the join_url parameter is your participants to join.

When creating a meeting you set the user host with host_id parameter

There are more options here
https://zoom.us/developer/overview/getting-started-with-rest-api