Hey @raghunathapalle,
Are you looking to build a template based on the manual creation of the API or are you looking for the data contract for invocation? The following should be of assistance:
- CollectApiData request syntax (assuming you want your CICD pipeline to update new versions of an API via curation, etc), which includes publication of an apiData data contract. More on this workflow can be seen here: The Power of Curation: Apigee API hub's Data Ingestion for Enriched and Unified Enterprise API Data
- If you are looking for simple CRUD (get then create) you can use the following API to get the API you manually created: Method: projects.locations.apis.get | Apigee | Google Cloud
Thanks!
Matt