openpm
A newer version of this packageis available.
Search for other APIs.
Authentication
HTTP Authentication
bearer
Openpm API Key Authentication
Packages
get/packages
Returns all packages
Path parameters
- Name
limit
- Type
- integer
- Description
How many package to return per page (default 500)
- Name
page
- Type
- integer
- Description
Page number (default 1)
post/packages
Creates a package
Body params
- Name
id
- Type
- string
- Required
- Name
name
- Type
- string
- Name
machine_name
- Type
- string
- Name
domain
- Type
- string
- Name
openapi
- Type
- string
- Name
version
- Type
- string
- Name
created_at
- Type
- string
- Name
updated_at
- Type
- string
- Name
published_at
- Type
- string
- Name
logo_url
- Type
- string
- Name
contact_email
- Type
- string
- Name
legal_info_url
- Type
- string
- Name
description
- Type
- string
- Name
machine_description
- Type
- string
- Name
user_id
- Type
- string
get/packages/search
Searches packages
Path parameters
- Name
limit
- Type
- integer
- Description
How many package to return per page (default 500)
- Name
page
- Type
- integer
- Description
Page number (default 1)
- Name
query
- Type
- string
- Required
- Description
Search query
get/packages/lookup
Looks up packages by id
Path parameters
- Name
ids
- Type
- string
- Description
CSV list of package ids
get/packages/{packageId}
Returns a package
Path parameters
- Name
packageId
- Type
- string
- Required
- Description
Package id
post/packages/{packageId}
Updates a package
Path parameters
- Name
packageId
- Type
- string
- Required
- Description
Package id
Body params
- Name
id
- Type
- string
- Required
- Name
name
- Type
- string
- Name
machine_name
- Type
- string
- Name
domain
- Type
- string
- Name
openapi
- Type
- string
- Name
version
- Type
- string
- Name
created_at
- Type
- string
- Name
updated_at
- Type
- string
- Name
published_at
- Type
- string
- Name
logo_url
- Type
- string
- Name
contact_email
- Type
- string
- Name
legal_info_url
- Type
- string
- Name
description
- Type
- string
- Name
machine_description
- Type
- string
- Name
user_id
- Type
- string
get/packages/{packageId}/openapi
Returns an OpenAPI spec
Path parameters
- Name
packageId
- Type
- string
- Required
- Description
Package id
- Name
format
- Type
- string
- Description
Format of the OpenAPI spec (default json)
get/packages/{packageId}/ai-plugin
Returns an OpenAI plugin manifest
Path parameters
- Name
packageId
- Type
- string
- Required
- Description
Package id