Create Chunk

Create a chunk.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Your API key. Only required if not sending in the request header. This can be a project API key or a user API key. If a user API key is used, the project must be specified with the project_id parameter.

string

The id of the project you want to add the chunk to. Not required if a project API key is being used to authenticate.

string

The content of the chunk.

string

Optional. Alternative to identifier.

string

Optional. The type of chunk you want to create. Can be one of: single_line_text, long_text, rich_text, image, collection_item. If no type is specified, will default to single_line_text.

Responses
200

Chunk created.

401

Invalid key. Ensure you're passing a valid user or project key via the query string or request header.

404

Project not found.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!