🦊

Nestory

Generate illustrated animal stories and accompanying images (AI).

Base URL & auth

All endpoints are relative to this base. Authenticate with the x-api-key header (needs an active subscription).

https://dashoviaapi-d7619530.fastapicloud.dev/api/dashovia/nestory
Get an API key → Cost: 5 unit(s) / call

Endpoints

GET/api/dashovia/nestory/api/stories

List generated stories.

curl 'https://your-domain.com/api/dashovia/nestory/api/stories' \
  -H 'x-api-key: dsv_xxx'

Sample response

[{...}]
POST/api/dashovia/nestory/api/stories/generate

Generate a new animal story.

curl -X POST 'https://your-domain.com/api/dashovia/nestory/api/stories/generate' \
  -H 'x-api-key: dsv_xxx' \
  -H 'content-type: application/json' -d '{"animal":"fox"}'

Sample response

{...}
POST/api/dashovia/nestory/api/images/generate

Generate an image for a story.

curl -X POST 'https://your-domain.com/api/dashovia/nestory/api/images/generate' \
  -H 'x-api-key: dsv_xxx'

Sample response

{...}

← Back to all APIs