Shyft Compact > Posts API
What is Free Post? Free Post is basically a type of `post`, with `post_type = 22` * free post requires `postable_type` and `postable_id` * current user must has visibility of `postable` to create a free_post for it. * free post does not take a `channel_id` as input * any API targeting on a single post can be used for `free_post` Please use the regular post `create` API to create a free_post * Here we are applying `compact` serializer to the result.