POST
/
api
/
open
/
{apiToken}
curl --request POST \
  --url https://bibigpt.co/api/open/{apiToken} \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>",
  "limitation": {
    "maxDuration": 123
  },
  "prompt": "<string>",
  "promptConfig": {
    "showEmoji:": true,
    "showTimestamp": true,
    "outlineLevel": 123,
    "sentenceNumber": 123,
    "detailLevel": 123,
    "outputLanguage": "<string>"
  },
  "includeDetail": true
}'
{
  "success": true,
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "service": "<string>",
  "sourceUrl": "<string>",
  "htmlUrl": "<string>",
  "costDuration": 123,
  "remainingTime": 123,
  "summary": "<string>"
}

Path Parameters

apiToken
string
required

The API token associated with the user (e.g., /api/open/alzp32Ml2a2G)

Body

application/json
url
string
limitation
object
prompt
string
promptConfig
object
includeDetail
boolean

Response

200 - application/json
success
boolean
id
string
service
string
sourceUrl
string
htmlUrl
string
costDuration
number
remainingTime
number
summary
string