For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Community
Create Account
Sign in
Community
Create Account
Sign in
API Reference
Apps
Create an app
Copy page
POST
https://api.x.flatfile.com/v1
/
apps
Creates an app
Authentication
Authorization
Bearer
Bearer authentication of the form
Bearer <token>
, where token is your auth token.
Headers
X-Disable-Hooks
"true"
Required
Request
This endpoint expects an object.
name
string
Required
namespace
string
Required
type
enum
Required
Allowed values:
PORTAL
PROJECTS
MAPPING
WORKBOOKS
CUSTOM
entity
string
Optional
entityPlural
string
Optional
icon
string
Optional
metadata
any
Optional
environmentFilters
any
Optional
blueprint
any
Optional
Response
This endpoint returns an object.
data
object
An app
Show 14 properties