📃 docs: change domain
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ export const metadata: Metadata = {
|
||||
title: "suno api",
|
||||
description: "Use API to call the music generation ai of suno.ai",
|
||||
keywords: ["suno", "suno api", "suno.ai", "api", "music", "generation", "ai"],
|
||||
creator: "@gcui.art",
|
||||
creator: "@gcui.ai",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
+2
-2
@@ -89,7 +89,7 @@ it means the program is running normally.
|
||||
|
||||
### 5. Use Suno API
|
||||
|
||||
You can check out the detailed API documentation at [suno.gcui.art/docs](https://suno.gcui.art/docs).
|
||||
You can check out the detailed API documentation at [suno.gcui.ai/docs](https://suno.gcui.ai/docs).
|
||||
|
||||
## 📚 API Reference
|
||||
|
||||
@@ -111,7 +111,7 @@ Suno API currently mainly implements the following APIs:
|
||||
|
||||
For more detailed documentation, please check out the demo site:
|
||||
|
||||
👉 [suno.gcui.art/docs](https://suno.gcui.art/docs)
|
||||
👉 [suno.gcui.ai/docs](https://suno.gcui.ai/docs)
|
||||
|
||||
`;
|
||||
return (
|
||||
|
||||
@@ -312,6 +312,7 @@ class SunoApi {
|
||||
tags: tags,
|
||||
title: title
|
||||
});
|
||||
console.log("response:\n", response);
|
||||
return response.data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user