Buu AI
Buu.fun API

tools

Endpoint:https://api.buu.fun/v1

Generate a model from a prompt

POST
https://api.buu.fun/v1
/tools/generate-model-from-prompt

Generate a model from a promptHeaders

  • Authorizationstring · required
  • Content-Typestring · required

Generate a model from a promptRequest Body

  • promptstring · required
  • sessionIdstring | null
  • optionsobject

Generate a model from a promptResponses

  • toolRequestobject
  • messagesobject[]
  • modelIdsstring[]
  • nftIdsstring[]

Generate a model from an image

POST
https://api.buu.fun/v1
/tools/generate-model-from-image

Generate a model from an imageHeaders

  • Authorizationstring · required
  • Content-Typestring · required

Generate a model from an imageRequest Body

  • imageUrlstring · required
  • sessionIdstring | null
  • optionsobject

Generate a model from an imageResponses

  • toolRequestobject
  • messagesobject[]
  • modelIdsstring[]
  • nftIdsstring[]

Generate a model from references

POST
https://api.buu.fun/v1
/tools/generate-model-from-references

Generate a model from referencesHeaders

  • Authorizationstring · required
  • Content-Typestring · required

Generate a model from referencesRequest Body

  • imageUrlsstring[] · required
  • instructionsstring | null
  • sessionIdstring | null
  • optionsobject

Generate a model from referencesResponses

  • toolRequestobject
  • messagesobject[]
  • modelIdsstring[]
  • nftIdsstring[]

Edit a model

POST
https://api.buu.fun/v1
/tools/edit-model

Edit a modelHeaders

  • Authorizationstring · required
  • Content-Typestring · required

Edit a modelRequest Body

  • editstring · required
  • modelIdstring · required
  • sessionIdstring | null
  • optionsobject

Edit a modelResponses

  • toolRequestobject
  • messagesobject[]
  • modelIdsstring[]
  • nftIdsstring[]