Get Endpoints
For generate Endpoints
generate
GET
https://v1.api.amethyste.moe/generate
Returns the list of endpoints
Headers
Name
Type
Description
Authorization
string
Authentication token Bearer
{
"status": 200,
"message": "Welcome to you on the image generation part",
"endpoints": {
"free": [
"3000years",
"approved",
"afusion",
"beautiful",
"blur",
"blurple",
"circle",
"contrast",
"ddungeon",
"deepfry",
"dictator",
"distort",
"emboss",
"fire",
"frame",
"frame",
"gay",
"glitch",
"gravity",
"greyple",
"greyscale",
"invert",
"jail",
"missionpassed",
"moustache",
"pixelize",
"posterize",
"rejected",
"redple",
"rip",
"scary",
"sepia",
"sharpen",
"sniper",
"symmetry",
"tobecontinued",
"triggered",
"unsharpen",
"utatoo",
"wanted",
"wasted",
"dither565"
],
"premium": [
]
}
}
generate
POST
https://v1.api.amethyste.moe/generate
Returns the list of endpoints for generate
Headers
Name
Type
Description
Authorization
string
Authentication token Bearer
{
"status": 200,
"message": "Welcome to you on the image generation part",
"endpoints": {
"free": [
"3000years",
"approved",
"afusion",
"beautiful",
"blur",
"blurple",
"circle",
"contrast",
"ddungeon",
"deepfry",
"dictator",
"distort",
"emboss",
"fire",
"frame",
"frame",
"gay",
"glitch",
"gravity",
"greyple",
"greyscale",
"invert",
"jail",
"missionpassed",
"moustache",
"pixelize",
"posterize",
"rejected",
"redple",
"rip",
"scary",
"sepia",
"sharpen",
"sniper",
"symmetry",
"tobecontinued",
"triggered",
"unsharpen",
"utatoo",
"wanted",
"wasted",
"dither565"
],
"premium": [
]
}
}
For Image Endpoints
image
GET
https://v1.api.amethyste.moe/image
Returns the list of endpoints for image
Path Parameters
Name
Type
Description
Authorization
string
Authentication token Bearer
{
"endpoints": {
"free": [
"wallpaper"
],
"premium": [
]
}
}
image
POST
https://v1.api.amethyste.moe/image
Returns the list of endpoints for image
Path Parameters
Name
Type
Description
Authorization
string
Authentication token Bearer
{
"endpoints": {
"free": [
"wallpaper"
],
"premium": [
]
}
}
Last updated
Was this helpful?