Skip to main content
You can watch the video “How to Use CometAPI” to quickly learn how to request CometAPI through Apidog.
Integration requires only three steps:
Step 1. Get your API key
- Top up your account on the CometAPI dashboard.
- To create a new API key, go to the Token page and click Add Token.
Step 2. Replace the base URL
-
Modify the BASE_URL in your application to our interface address, for example:
Replace OpenAI’s Base URL with https://api.cometapi.com.
-
Different clients may need to try the following addresses:
https://api.cometapi.com
https://api.cometapi.com/v1
https://api.cometapi.com/v1/chat/completions
Step 3. Replace the API key
- Replace the API key in your client with the key from CometAPI.
- After replacement, you can start making requests.
Ongoing support
If you encounter any issues during integration, contact our support team.
For further calling instructions and development guides, refer to the API documentation.