docs.fugo.ai Open in urlscan Pro
54.165.222.104  Public Scan

URL: https://docs.fugo.ai/
Submission: On July 15 via api from US — Scanned from GB

Form analysis 0 forms found in the DOM

Text Content

 * Body
 * Headers (1)




Public


Documentation Settings

ENVIRONMENT
No Environment

LAYOUT
Double Column

LANGUAGE
cURL - cURL



Fugo API
Introduction
v1


FUGO API

Fugo API allows you to manage your account via HTTP REST API. This API is
intended for developers who want to write applications that can interact with
Fugo.

Contact Support:
Name: Support Team
Email: support@fugo.ai

AUTHORIZATIONAPI Key
Key

x-api-key

Value

aeb21bce-ea85-11ed-a05b-0242ac120003


V1

AUTHORIZATIONAPI Key
This folder is using API Key from collectionFugo API

CONTENTS

AUTHORIZATIONAPI Key
This folder is using API Key from collectionFugo API

UPDATE

AUTHORIZATIONAPI Key
This folder is using API Key from collectionFugo API



POSTPOST V1CONTENTS UPDATE


https://api.fugo.ai/rest/v1/contents/update

Update Content

AUTHORIZATIONAPI Key
This request is using API Key from collectionFugo API
HEADERS
Content-Type

application/json

Accept

application/json

Bodyraw (json)
json


{
  "contentId": "<string>",
  "newBody": {}
}

Example Request
Untitled Response

curl


curl --location 'https://api.fugo.ai/rest/v1/contents/update' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--data '{
  "contentId": "<string>",
  "newBody": {}
}'

200 OK
Example Response
 * Body
 * Headers (1)

View More
json


{
  "contentId": "<string>",
  "tenantId": "<string>",
  "spaceId": "<string>",
  "name": "<string>",
  "body": {},
  "settings": {},
  "createdAt": "<dateTime>",
  "createdBy": "<string>",
  "updatedAt": "<dateTime>",
  "updatedBy": "<string>",
  "thumbnail": {},
  "auth": {},
  "configuration": {},
  "mediaIds": [
    "<string>",
    "<string>"
  ],
  "parentFolderId": "<string>",
  "maybeTemplateId": "<string>"
}

Content-Type

application/json

{CONTENTID}

AUTHORIZATIONAPI Key
This folder is using API Key from collectionFugo API

TEXTS

AUTHORIZATIONAPI Key
This folder is using API Key from collectionFugo API