curl --request POST \
--url https://api.lunary.ai/v1/playground-endpoints \
--header 'Content-Type: application/json' \
--data '"<any>"'
"<any>"
Create a new playground endpoint
curl --request POST \
--url https://api.lunary.ai/v1/playground-endpoints \
--header 'Content-Type: application/json' \
--data '"<any>"'
"<any>"
The body is of type any
.
Endpoint created successfully
The response is of type any
.