Skip to main content
POST
/
pipeline
/
pre-built
Add prebuilt pipeline to account
curl --request POST \
  --url https://api.mezmo.com/v3/pipeline/pre-built \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "requested_types": [],
  "metadata": {
    "userFullName": "<string>",
    "baseUrl": "<string>"
  },
  "origin": "system"
}
'

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your token in the format: Token mytokengoeshere

Body

application/json
requested_types
enum<string>[]
required
Minimum array length: 1
Available options:
DEMO,
OTEL,
OTELLOGS
metadata
object
required
origin
enum<string>
default:system
Available options:
ui,
system

Response

200

Default Response